Html Css Color HEX #805FCC True V

📋 copy color: '#805FCC'

red 128 ◦ green 95 ◦ blue 204

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

Shades of True V #805FCC

Tints of True V #805FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 29.98%
G = 22.25%
B = 47.78%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#805FCC (or 0x805FCC) is known color: True V. HEX triplet: 80, 5F and CC. RGB value is (128,95,204). Sum of RGB (Red+Green+Blue) = 128+95+204=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #805FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCC is #7FA033. Grayscale: #747474. Windows color (decimal): -8364084 or 13393792. OLE color: 13393792.

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

Color convert

RGB 128 95 204 -
CMYK 0.37 0.53 0 0.2
HSL 258.17º 0.52% 0.59% -
HSV(B) 258.17º 0.53% 0.8% -
XYZ 23.89 17.13 59.17 -
YUV 117.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 128 95 204 0.37 0.53 0 0.2 258.17 0.52 0.59
Hex 80 5F CC 25 35 0 14 102 34 3B
Octal 200 137 314 45 65 0 24 402 64 73
Binary 10000000 1011111 11001100 100101 110101 0 10100 100000010 110100 111011

Color Harmonies of #805FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FCC

Black with #805FCC

Text Example


Text Example

White with #805FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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