Html Css Color HEX #8516CE Dark Violet

📋 copy color: '#8516CE'

red 133 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #8516CE

Tints of Dark Violet #8516CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 36.84%
G = 6.09%
B = 57.06%

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

#8516CE (or 0x8516CE) is known color: Dark Violet. HEX triplet: 85, 16 and CE. RGB value is (133,22,206). Sum of RGB (Red+Green+Blue) = 133+22+206=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8516CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516CE is #7AE931. Grayscale: #4B4B4B. Windows color (decimal): -8055090 or 13506181. OLE color: 13506181.

HSL color Cylindrical-coordinate representation of color #8516CE: hue angle of 276.2º degrees, saturation: 0.81, 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 #8516CE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 22 206 -
CMYK 0.35 0.89 0 0.19
HSL 276.2º 0.81% 0.45% -
HSV(B) 276.2º 0.89% 0.81% -
XYZ 21.1 10.02 59.21 -
YUV 76.17 201.27 168.54 -
System Red Green Blue C M Y K H S L
Decimal 133 22 206 0.35 0.89 0 0.19 276.2 0.81 0.45
Hex 85 16 CE 23 59 0 13 114 51 2D
Octal 205 26 316 43 131 0 23 424 121 55
Binary 10000101 10110 11001110 100011 1011001 0 10011 100010100 1010001 101101

Color Harmonies of #8516CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8516CE

Black with #8516CE

Text Example


Text Example

White with #8516CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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