Html Css Color HEX #8211B4 Dark Violet

📋 copy color: '#8211B4'

red 130 ◦ green 17 ◦ blue 180

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

Shades of Dark Violet #8211B4

Tints of Dark Violet #8211B4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 180 (70.7% from 255) = 55.05%

R = 39.76%
G = 5.2%
B = 55.05%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8211B4 (or 0x8211B4) is known color: Dark Violet. HEX triplet: 82, 11 and B4. RGB value is (130,17,180). Sum of RGB (Red+Green+Blue) = 130+17+180=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #8211B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211B4 is #7DEE4B. Grayscale: #444444. Windows color (decimal): -8253004 or 11800962. OLE color: 11800962.

HSL color Cylindrical-coordinate representation of color #8211B4: hue angle of 281.6º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8211B4 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 17 180 -
CMYK 0.28 0.91 0 0.29
HSL 281.6º 0.83% 0.39% -
HSV(B) 281.6º 0.91% 0.71% -
XYZ 17.64 8.44 43.88 -
YUV 69.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 130 17 180 0.28 0.91 0 0.29 281.6 0.83 0.39
Hex 82 11 B4 1C 5B 0 1D 11A 53 27
Octal 202 21 264 34 133 0 35 432 123 47
Binary 10000010 10001 10110100 11100 1011011 0 11101 100011010 1010011 100111

Color Harmonies of #8211B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211B4

Black with #8211B4

Text Example


Text Example

White with #8211B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8211B4; }

 p { color: rgb(130,17,180); }

 H1.HeaderClassName
 {
   color: #8211B4;
 }
 .AnyTagClassName
 {
   color: #8211B4;
 }
</style>

background-color css

<style>
 a { background-color: #8211B4; }

 a { background-color: rgb(130,17,180); }

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

border-color css

<style>
 span { border-color: #8211B4; }

 span { border-color: rgb(130,17,180); }

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