#8562D2

Color #8562D2 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8562D2

Tints of True V #8562D2

Color information

#8562D2 (or 0x8562D2) is unknown color: approx True V. HEX triplet: 85, 62 and D2. RGB value is (133,98,210). Sum of RGB (Red+Green+Blue) = 133+98+210=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #8562D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562D2 is #7A9D2D. Grayscale: #787878. Windows color (decimal): -8035630 or 13787781. OLE color: 13787781.

HSL color Cylindrical-coordinate representation of color #8562D2: hue angle of 258.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8562D2 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13398210-
CMYK0.370.5300.18
HSL258.75º55.45%60.39%-
HSV(B)258.75º53.33%82.35%-
XYZ25.6718.3863.17-
YUV121.23178.1136.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 210 (82.42% from 255) = 47.62%
R=30.16%
G=22.22%
B=47.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133982100.370.5300.18258.7555.4560.39
Hex8562D22535012103373c
Octal20514232245650224036774
Binary10000101110001011010010100101110101010010100000011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8562D2; }

 p { color: rgb(133,98,210); }

 H1.HeaderClassName
 {
   color: #8562D2;
 }
 .AnyTagClassName
 {
   color: #8562D2;
 }
</style>
background-color css

<style>
 a { background-color: #8562D2; }

 a { background-color: rgb(133,98,210); }

 div.DivClassName
 {
   background-color: #8562D2;
 }
 .BgClassName
 {
   background-color: #8562D2;
 }
</style>
border-color css

<style>
 span { border-color: #8562D2; }

 span { border-color: rgb(133,98,210); }

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