Html Css Color HEX #8211BD Dark Violet

📋 copy color: '#8211BD'

red 130 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #8211BD

Tints of Dark Violet #8211BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 38.69%
G = 5.06%
B = 56.25%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8211BD (or 0x8211BD) is known color: Dark Violet. HEX triplet: 82, 11 and BD. RGB value is (130,17,189). Sum of RGB (Red+Green+Blue) = 130+17+189=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #8211BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211BD is #7DEE42. Grayscale: #454545. Windows color (decimal): -8252995 or 12390786. OLE color: 12390786.

HSL color Cylindrical-coordinate representation of color #8211BD: hue angle of 279.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8211BD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 17 189 -
CMYK 0.31 0.91 0 0.26
HSL 279.42º 0.83% 0.4% -
HSV(B) 279.42º 0.91% 0.74% -
XYZ 18.59 8.82 48.87 -
YUV 70.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 130 17 189 0.31 0.91 0 0.26 279.42 0.83 0.4
Hex 82 11 BD 1F 5B 0 1A 117 53 28
Octal 202 21 275 37 133 0 32 427 123 50
Binary 10000010 10001 10111101 11111 1011011 0 11010 100010111 1010011 101000

Color Harmonies of #8211BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211BD

Black with #8211BD

Text Example


Text Example

White with #8211BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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