Html Css Color HEX #8564CE True V

📋 copy color: '#8564CE'

red 133 ◦ green 100 ◦ blue 206

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

Shades of True V #8564CE

Tints of True V #8564CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 30.3%
G = 22.78%
B = 46.92%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8564CE (or 0x8564CE) is known color: True V. HEX triplet: 85, 64 and CE. RGB value is (133,100,206). Sum of RGB (Red+Green+Blue) = 133+100+206=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8564CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564CE is #7A9B31. Grayscale: #797979. Windows color (decimal): -8035122 or 13526149. OLE color: 13526149.

HSL color Cylindrical-coordinate representation of color #8564CE: hue angle of 258.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8564CE is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 100 206 -
CMYK 0.35 0.51 0 0.19
HSL 258.68º 0.52% 0.6% -
HSV(B) 258.68º 0.51% 0.81% -
XYZ 25.37 18.56 60.64 -
YUV 121.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 133 100 206 0.35 0.51 0 0.19 258.68 0.52 0.6
Hex 85 64 CE 23 33 0 13 103 34 3C
Octal 205 144 316 43 63 0 23 403 64 74
Binary 10000101 1100100 11001110 100011 110011 0 10011 100000011 110100 111100

Color Harmonies of #8564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564CE

Black with #8564CE

Text Example


Text Example

White with #8564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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