Html Css Color HEX #8216CE Dark Violet

📋 copy color: '#8216CE'

red 130 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #8216CE

Tints of Dark Violet #8216CE

RGB

 RED value IS 130 (51.17% from 255) = 36.31%

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

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

R = 36.31%
G = 6.15%
B = 57.54%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8216CE (or 0x8216CE) is known color: Dark Violet. HEX triplet: 82, 16 and CE. RGB value is (130,22,206). Sum of RGB (Red+Green+Blue) = 130+22+206=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8216CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8216CE is #7DE931. Grayscale: #4A4A4A. Windows color (decimal): -8251698 or 13506178. OLE color: 13506178.

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

Color convert

RGB 130 22 206 -
CMYK 0.37 0.89 0 0.19
HSL 275.22º 0.81% 0.45% -
HSV(B) 275.22º 0.89% 0.81% -
XYZ 20.63 9.78 59.19 -
YUV 75.27 201.78 167.04 -
System Red Green Blue C M Y K H S L
Decimal 130 22 206 0.37 0.89 0 0.19 275.22 0.81 0.45
Hex 82 16 CE 25 59 0 13 113 51 2D
Octal 202 26 316 45 131 0 23 423 121 55
Binary 10000010 10110 11001110 100101 1011001 0 10011 100010011 1010001 101101

Color Harmonies of #8216CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8216CE

Black with #8216CE

Text Example


Text Example

White with #8216CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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