Html Css Color HEX #8215B1 Dark Violet

📋 copy color: '#8215B1'

red 130 ◦ green 21 ◦ blue 177

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

Shades of Dark Violet #8215B1

Tints of Dark Violet #8215B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.96%

R = 39.63%
G = 6.4%
B = 53.96%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8215B1 (or 0x8215B1) is known color: Dark Violet. HEX triplet: 82, 15 and B1. RGB value is (130,21,177). Sum of RGB (Red+Green+Blue) = 130+21+177=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8215B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8215B1 is #7DEA4E. Grayscale: #464646. Windows color (decimal): -8251983 or 11605378. OLE color: 11605378.

HSL color Cylindrical-coordinate representation of color #8215B1: hue angle of 281.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8215B1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 21 177 -
CMYK 0.27 0.88 0 0.31
HSL 281.92º 0.79% 0.39% -
HSV(B) 281.92º 0.88% 0.69% -
XYZ 17.41 8.46 42.31 -
YUV 71.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 130 21 177 0.27 0.88 0 0.31 281.92 0.79 0.39
Hex 82 15 B1 1B 58 0 1F 11A 4F 27
Octal 202 25 261 33 130 0 37 432 117 47
Binary 10000010 10101 10110001 11011 1011000 0 11111 100011010 1001111 100111

Color Harmonies of #8215B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215B1

Black with #8215B1

Text Example


Text Example

White with #8215B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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