Html Css Color HEX #8210BD Dark Violet

📋 copy color: '#8210BD'

red 130 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8210BD

Tints of Dark Violet #8210BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 38.81%
G = 4.78%
B = 56.42%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8210BD (or 0x8210BD) is known color: Dark Violet. HEX triplet: 82, 10 and BD. RGB value is (130,16,189). Sum of RGB (Red+Green+Blue) = 130+16+189=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #8210BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210BD is #7DEF42. Grayscale: #454545. Windows color (decimal): -8253251 or 12390530. OLE color: 12390530.

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

Color convert

RGB 130 16 189 -
CMYK 0.31 0.92 0 0.26
HSL 279.54º 0.84% 0.4% -
HSV(B) 279.54º 0.92% 0.74% -
XYZ 18.58 8.79 48.86 -
YUV 69.81 195.27 170.93 -
System Red Green Blue C M Y K H S L
Decimal 130 16 189 0.31 0.92 0 0.26 279.54 0.84 0.4
Hex 82 10 BD 1F 5C 0 1A 118 54 28
Octal 202 20 275 37 134 0 32 430 124 50
Binary 10000010 10000 10111101 11111 1011100 0 11010 100011000 1010100 101000

Color Harmonies of #8210BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210BD

Black with #8210BD

Text Example


Text Example

White with #8210BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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