Html Css Color HEX #8568CE True V

📋 copy color: '#8568CE'

red 133 ◦ green 104 ◦ blue 206

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

Shades of True V #8568CE

Tints of True V #8568CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 30.02%
G = 23.48%
B = 46.5%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8568CE (or 0x8568CE) is known color: True V. HEX triplet: 85, 68 and CE. RGB value is (133,104,206). Sum of RGB (Red+Green+Blue) = 133+104+206=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8568CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568CE is #7A9731. Grayscale: #7B7B7B. Windows color (decimal): -8034098 or 13527173. OLE color: 13527173.

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

Color convert

RGB 133 104 206 -
CMYK 0.35 0.50 0 0.19
HSL 257.06º 0.51% 0.61% -
HSV(B) 257.06º 0.5% 0.81% -
XYZ 25.76 19.34 60.77 -
YUV 124.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 133 104 206 0.35 0.50 0 0.19 257.06 0.51 0.61
Hex 85 68 CE 23 32 0 13 101 33 3D
Octal 205 150 316 43 62 0 23 401 63 75
Binary 10000101 1101000 11001110 100011 110010 0 10011 100000001 110011 111101

Color Harmonies of #8568CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8568CE

Black with #8568CE

Text Example


Text Example

White with #8568CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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