Html Css Color HEX #805CCC True V

📋 copy color: '#805CCC'

red 128 ◦ green 92 ◦ blue 204

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

Shades of True V #805CCC

Tints of True V #805CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

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

R = 30.19%
G = 21.7%
B = 48.11%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#805CCC (or 0x805CCC) is known color: True V. HEX triplet: 80, 5C and CC. RGB value is (128,92,204). Sum of RGB (Red+Green+Blue) = 128+92+204=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #805CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CCC is #7FA333. Grayscale: #737373. Windows color (decimal): -8364852 or 13393024. OLE color: 13393024.

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

Color convert

RGB 128 92 204 -
CMYK 0.37 0.55 0 0.2
HSL 259.29º 0.52% 0.58% -
HSV(B) 259.29º 0.55% 0.8% -
XYZ 23.63 16.6 59.09 -
YUV 115.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 128 92 204 0.37 0.55 0 0.2 259.29 0.52 0.58
Hex 80 5C CC 25 37 0 14 103 34 3A
Octal 200 134 314 45 67 0 24 403 64 72
Binary 10000000 1011100 11001100 100101 110111 0 10100 100000011 110100 111010

Color Harmonies of #805CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CCC

Black with #805CCC

Text Example


Text Example

White with #805CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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