Html Css Color HEX #805FCD True V

📋 copy color: '#805FCD'

red 128 ◦ green 95 ◦ blue 205

#805FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #805FCD

Tints of True V #805FCD

RGB

 RED value IS 128 (50.39% from 255) = 29.91%

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 29.91%
G = 22.2%
B = 47.9%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#805FCD (or 0x805FCD) is known color: True V. HEX triplet: 80, 5F and CD. RGB value is (128,95,205). Sum of RGB (Red+Green+Blue) = 128+95+205=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #805FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCD is #7FA032. Grayscale: #747474. Windows color (decimal): -8364083 or 13459328. OLE color: 13459328.

HSL color Cylindrical-coordinate representation of color #805FCD: hue angle of 258º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805FCD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 95 205 -
CMYK 0.38 0.54 0 0.20
HSL 258º 0.52% 0.59% -
HSV(B) 258º 0.54% 0.8% -
XYZ 24.01 17.18 59.81 -
YUV 117.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 128 95 205 0.38 0.54 0 0.20 258 0.52 0.59
Hex 80 5F CD 26 36 0 14 102 34 3B
Octal 200 137 315 46 66 0 24 402 64 73
Binary 10000000 1011111 11001101 100110 110110 0 10100 100000010 110100 111011

Color Harmonies of #805FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FCD

Black with #805FCD

Text Example


Text Example

White with #805FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805FCD; }

 p { color: rgb(128,95,205); }

 H1.HeaderClassName
 {
   color: #805FCD;
 }
 .AnyTagClassName
 {
   color: #805FCD;
 }
</style>

background-color css

<style>
 a { background-color: #805FCD; }

 a { background-color: rgb(128,95,205); }

 div.DivClassName
 {
   background-color: #805FCD;
 }
 .BgClassName
 {
   background-color: #805FCD;
 }
</style>

border-color css

<style>
 span { border-color: #805FCD; }

 span { border-color: rgb(128,95,205); }

 td.TdClassName
 {
   border-color: #805FCD;
 }
 .TagClassName
 {
   border-color: #805FCD;
 }
</style>