Html Css Color HEX #8212B6 Dark Violet

📋 copy color: '#8212B6'

red 130 ◦ green 18 ◦ blue 182

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

Shades of Dark Violet #8212B6

Tints of Dark Violet #8212B6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 182 (71.48% from 255) = 55.15%

R = 39.39%
G = 5.45%
B = 55.15%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8212B6 (or 0x8212B6) is known color: Dark Violet. HEX triplet: 82, 12 and B6. RGB value is (130,18,182). Sum of RGB (Red+Green+Blue) = 130+18+182=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #8212B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8212B6 is #7DED49. Grayscale: #454545. Windows color (decimal): -8252746 or 11932290. OLE color: 11932290.

HSL color Cylindrical-coordinate representation of color #8212B6: hue angle of 280.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8212B6 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 18 182 -
CMYK 0.29 0.90 0 0.29
HSL 280.98º 0.82% 0.39% -
HSV(B) 280.98º 0.9% 0.71% -
XYZ 17.87 8.56 44.97 -
YUV 70.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 130 18 182 0.29 0.90 0 0.29 280.98 0.82 0.39
Hex 82 12 B6 1D 5A 0 1D 119 52 27
Octal 202 22 266 35 132 0 35 431 122 47
Binary 10000010 10010 10110110 11101 1011010 0 11101 100011001 1010010 100111

Color Harmonies of #8212B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8212B6

Black with #8212B6

Text Example


Text Example

White with #8212B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8212B6; }

 p { color: rgb(130,18,182); }

 H1.HeaderClassName
 {
   color: #8212B6;
 }
 .AnyTagClassName
 {
   color: #8212B6;
 }
</style>

background-color css

<style>
 a { background-color: #8212B6; }

 a { background-color: rgb(130,18,182); }

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

border-color css

<style>
 span { border-color: #8212B6; }

 span { border-color: rgb(130,18,182); }

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