Html Css Color HEX #8410BD Dark Violet

📋 copy color: '#8410BD'

red 132 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8410BD

Tints of Dark Violet #8410BD

RGB

 RED value IS 132 (51.95% from 255) = 39.17%

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

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

R = 39.17%
G = 4.75%
B = 56.08%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8410BD (or 0x8410BD) is known color: Dark Violet. HEX triplet: 84, 10 and BD. RGB value is (132,16,189). Sum of RGB (Red+Green+Blue) = 132+16+189=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8410BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410BD is #7BEF42. Grayscale: #454545. Windows color (decimal): -8122179 or 12390532. OLE color: 12390532.

HSL color Cylindrical-coordinate representation of color #8410BD: hue angle of 280.23º 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 #8410BD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 16 189 -
CMYK 0.30 0.92 0 0.26
HSL 280.23º 0.84% 0.4% -
HSV(B) 280.23º 0.92% 0.74% -
XYZ 18.89 8.95 48.88 -
YUV 70.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 132 16 189 0.30 0.92 0 0.26 280.23 0.84 0.4
Hex 84 10 BD 1E 5C 0 1A 118 54 28
Octal 204 20 275 36 134 0 32 430 124 50
Binary 10000100 10000 10111101 11110 1011100 0 11010 100011000 1010100 101000

Color Harmonies of #8410BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8410BD

Black with #8410BD

Text Example


Text Example

White with #8410BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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