Html Css Color HEX #8564CB True V

📋 copy color: '#8564CB'

red 133 ◦ green 100 ◦ blue 203

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

Shades of True V #8564CB

Tints of True V #8564CB

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 100 (39.45% from 255) = 22.94%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 30.5%
G = 22.94%
B = 46.56%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8564CB (or 0x8564CB) is known color: True V. HEX triplet: 85, 64 and CB. RGB value is (133,100,203). Sum of RGB (Red+Green+Blue) = 133+100+203=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #8564CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564CB is #7A9B34. Grayscale: #797979. Windows color (decimal): -8035125 or 13329541. OLE color: 13329541.

HSL color Cylindrical-coordinate representation of color #8564CB: hue angle of 259.22º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8564CB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 100 203 -
CMYK 0.34 0.51 0 0.20
HSL 259.22º 0.5% 0.59% -
HSV(B) 259.22º 0.51% 0.8% -
XYZ 25.01 18.41 58.74 -
YUV 121.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 133 100 203 0.34 0.51 0 0.20 259.22 0.5 0.59
Hex 85 64 CB 22 33 0 14 103 32 3B
Octal 205 144 313 42 63 0 24 403 62 73
Binary 10000101 1100100 11001011 100010 110011 0 10100 100000011 110010 111011

Color Harmonies of #8564CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564CB

Black with #8564CB

Text Example


Text Example

White with #8564CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8564CB; }

 p { color: rgb(133,100,203); }

 H1.HeaderClassName
 {
   color: #8564CB;
 }
 .AnyTagClassName
 {
   color: #8564CB;
 }
</style>

background-color css

<style>
 a { background-color: #8564CB; }

 a { background-color: rgb(133,100,203); }

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

border-color css

<style>
 span { border-color: #8564CB; }

 span { border-color: rgb(133,100,203); }

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