Html Css Color HEX #8517CE Dark Violet

📋 copy color: '#8517CE'

red 133 ◦ green 23 ◦ blue 206

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

Shades of Dark Violet #8517CE

Tints of Dark Violet #8517CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

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

R = 36.74%
G = 6.35%
B = 56.91%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8517CE (or 0x8517CE) is known color: Dark Violet. HEX triplet: 85, 17 and CE. RGB value is (133,23,206). Sum of RGB (Red+Green+Blue) = 133+23+206=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #8517CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517CE is #7AE831. Grayscale: #4C4C4C. Windows color (decimal): -8054834 or 13506437. OLE color: 13506437.

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

Color convert

RGB 133 23 206 -
CMYK 0.35 0.89 0 0.19
HSL 276.07º 0.8% 0.45% -
HSV(B) 276.07º 0.89% 0.81% -
XYZ 21.12 10.06 59.22 -
YUV 76.75 200.94 168.12 -
System Red Green Blue C M Y K H S L
Decimal 133 23 206 0.35 0.89 0 0.19 276.07 0.8 0.45
Hex 85 17 CE 23 59 0 13 114 50 2D
Octal 205 27 316 43 131 0 23 424 120 55
Binary 10000101 10111 11001110 100011 1011001 0 10011 100010100 1010000 101101

Color Harmonies of #8517CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517CE

Black with #8517CE

Text Example


Text Example

White with #8517CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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