Html Css Color HEX #8408D9 Dark Violet

📋 copy color: '#8408D9'

red 132 ◦ green 8 ◦ blue 217

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

Shades of Dark Violet #8408D9

Tints of Dark Violet #8408D9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.24%

 BLUE value IS 217 (85.16% from 255) = 60.78%

R = 36.97%
G = 2.24%
B = 60.78%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8408D9 (or 0x8408D9) is known color: Dark Violet. HEX triplet: 84, 08 and D9. RGB value is (132,8,217). Sum of RGB (Red+Green+Blue) = 132+8+217=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 217 (85.16% from 255 or 60.78% from 357); Max value from RGB is 217 - color contains mainly: blue. Hex color #8408D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408D9 is #7BF726. Grayscale: #444444. Windows color (decimal): -8124199 or 14223492. OLE color: 14223492.

HSL color Cylindrical-coordinate representation of color #8408D9: hue angle of 275.6º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8408D9 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 8 217 -
CMYK 0.39 0.96 0 0.15
HSL 275.6º 0.93% 0.44% -
HSV(B) 275.6º 0.96% 0.85% -
XYZ 22.13 10.09 66.43 -
YUV 68.9 211.58 173.01 -
System Red Green Blue C M Y K H S L
Decimal 132 8 217 0.39 0.96 0 0.15 275.6 0.93 0.44
Hex 84 8 D9 27 60 0 F 114 5D 2C
Octal 204 10 331 47 140 0 17 424 135 54
Binary 10000100 1000 11011001 100111 1100000 0 1111 100010100 1011101 101100

Color Harmonies of #8408D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8408D9

Black with #8408D9

Text Example


Text Example

White with #8408D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8408D9; }

 p { color: rgb(132,8,217); }

 H1.HeaderClassName
 {
   color: #8408D9;
 }
 .AnyTagClassName
 {
   color: #8408D9;
 }
</style>

background-color css

<style>
 a { background-color: #8408D9; }

 a { background-color: rgb(132,8,217); }

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

border-color css

<style>
 span { border-color: #8408D9; }

 span { border-color: rgb(132,8,217); }

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