Html Css Color HEX #8215CE Dark Violet

📋 copy color: '#8215CE'

red 130 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #8215CE

Tints of Dark Violet #8215CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 36.41%
G = 5.88%
B = 57.7%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8215CE (or 0x8215CE) is known color: Dark Violet. HEX triplet: 82, 15 and CE. RGB value is (130,21,206). Sum of RGB (Red+Green+Blue) = 130+21+206=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #8215CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215CE is #7DEA31. Grayscale: #4A4A4A. Windows color (decimal): -8251954 or 13505922. OLE color: 13505922.

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

Color convert

RGB 130 21 206 -
CMYK 0.37 0.90 0 0.19
HSL 275.35º 0.81% 0.45% -
HSV(B) 275.35º 0.9% 0.81% -
XYZ 20.61 9.74 59.19 -
YUV 74.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 130 21 206 0.37 0.90 0 0.19 275.35 0.81 0.45
Hex 82 15 CE 25 5A 0 13 113 51 2D
Octal 202 25 316 45 132 0 23 423 121 55
Binary 10000010 10101 11001110 100101 1011010 0 10011 100010011 1010001 101101

Color Harmonies of #8215CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215CE

Black with #8215CE

Text Example


Text Example

White with #8215CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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