#8562BF

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

Shades of True V #8562BF

Tints of True V #8562BF

Color information

#8562BF (or 0x8562BF) is unknown color: approx True V. HEX triplet: 85, 62 and BF. RGB value is (133,98,191). Sum of RGB (Red+Green+Blue) = 133+98+191=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8562BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562BF is #7A9D40. Grayscale: #767676. Windows color (decimal): -8035649 or 12542597. OLE color: 12542597.

HSL color Cylindrical-coordinate representation of color #8562BF: hue angle of 262.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8562BF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13398191-
CMYK0.300.4900.25
HSL262.58º42.08%56.67%-
HSV(B)262.58º48.69%74.9%-
XYZ23.4417.4851.43-
YUV119.07168.6137.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 191 (75% from 255) = 45.26%
R=31.52%
G=23.22%
B=45.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133981910.300.4900.25262.5842.0856.67
Hex8562BF1E310191072a39
Octal20514227736610314075271
Binary1000010111000101011111111110110001011001100000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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