#8562CD

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

Shades of True V #8562CD

Tints of True V #8562CD

Color information

#8562CD (or 0x8562CD) is unknown color: approx True V. HEX triplet: 85, 62 and CD. RGB value is (133,98,205). Sum of RGB (Red+Green+Blue) = 133+98+205=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8562CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562CD is #7A9D32. Grayscale: #787878. Windows color (decimal): -8035635 or 13460101. OLE color: 13460101.

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

Color convert

RGB13398205-
CMYK0.350.5200.20
HSL259.63º51.69%59.41%-
HSV(B)259.63º52.2%80.39%-
XYZ25.0618.1359.94-
YUV120.66175.6136.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=30.50%
G=22.48%
B=47.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133982050.350.5200.20259.6351.6959.41
Hex8562CD2334014104343b
Octal20514231543640244046473
Binary10000101110001011001101100011110100010100100000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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