Html Css Color HEX #8215C9 Dark Violet

📋 copy color: '#8215C9'

red 130 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #8215C9

Tints of Dark Violet #8215C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.1%

R = 36.93%
G = 5.97%
B = 57.1%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8215C9 (or 0x8215C9) is known color: Dark Violet. HEX triplet: 82, 15 and C9. RGB value is (130,21,201). Sum of RGB (Red+Green+Blue) = 130+21+201=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #8215C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215C9 is #7DEA36. Grayscale: #494949. Windows color (decimal): -8251959 or 13178242. OLE color: 13178242.

HSL color Cylindrical-coordinate representation of color #8215C9: hue angle of 276.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8215C9 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 21 201 -
CMYK 0.35 0.90 0 0.21
HSL 276.33º 0.81% 0.44% -
HSV(B) 276.33º 0.9% 0.79% -
XYZ 20.02 9.5 56.04 -
YUV 74.11 199.61 167.86 -
System Red Green Blue C M Y K H S L
Decimal 130 21 201 0.35 0.90 0 0.21 276.33 0.81 0.44
Hex 82 15 C9 23 5A 0 15 114 51 2C
Octal 202 25 311 43 132 0 25 424 121 54
Binary 10000010 10101 11001001 100011 1011010 0 10101 100010100 1010001 101100

Color Harmonies of #8215C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215C9

Black with #8215C9

Text Example


Text Example

White with #8215C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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