Html Css Color HEX #8508CE Dark Violet

📋 copy color: '#8508CE'

red 133 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #8508CE

Tints of Dark Violet #8508CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 38.33%
G = 2.31%
B = 59.37%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8508CE (or 0x8508CE) is known color: Dark Violet. HEX triplet: 85, 08 and CE. RGB value is (133,8,206). Sum of RGB (Red+Green+Blue) = 133+8+206=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #8508CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8508CE is #7AF731. Grayscale: #434343. Windows color (decimal): -8058674 or 13502597. OLE color: 13502597.

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

Color convert

RGB 133 8 206 -
CMYK 0.35 0.96 0 0.19
HSL 277.88º 0.93% 0.42% -
HSV(B) 277.88º 0.96% 0.81% -
XYZ 20.9 9.62 59.15 -
YUV 67.95 205.91 174.4 -
System Red Green Blue C M Y K H S L
Decimal 133 8 206 0.35 0.96 0 0.19 277.88 0.93 0.42
Hex 85 8 CE 23 60 0 13 116 5D 2A
Octal 205 10 316 43 140 0 23 426 135 52
Binary 10000101 1000 11001110 100011 1100000 0 10011 100010110 1011101 101010

Color Harmonies of #8508CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8508CE

Black with #8508CE

Text Example


Text Example

White with #8508CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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