#8562BD

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

Shades of True V #8562BD

Tints of True V #8562BD

Color information

#8562BD (or 0x8562BD) is unknown color: approx True V. HEX triplet: 85, 62 and BD. RGB value is (133,98,189). Sum of RGB (Red+Green+Blue) = 133+98+189=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #8562BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562BD is #7A9D42. Grayscale: #767676. Windows color (decimal): -8035651 or 12411525. OLE color: 12411525.

HSL color Cylindrical-coordinate representation of color #8562BD: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8562BD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13398189-
CMYK0.300.4800.26
HSL263.08º40.81%56.27%-
HSV(B)263.08º48.15%74.12%-
XYZ23.2317.450.28-
YUV118.84167.6138.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 189 (74.22% from 255) = 45%
R=31.67%
G=23.33%
B=45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133981890.300.4800.26263.0840.8156.27
Hex8562BD1E3001A1072938
Octal20514227536600324075170
Binary1000010111000101011110111110110000011010100000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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