Html Css Color HEX #8408D6 Dark Violet

📋 copy color: '#8408D6'

red 132 ◦ green 8 ◦ blue 214

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

Shades of Dark Violet #8408D6

Tints of Dark Violet #8408D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.45%

R = 37.29%
G = 2.26%
B = 60.45%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8408D6 (or 0x8408D6) is known color: Dark Violet. HEX triplet: 84, 08 and D6. RGB value is (132,8,214). Sum of RGB (Red+Green+Blue) = 132+8+214=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #8408D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408D6 is #7BF729. Grayscale: #434343. Windows color (decimal): -8124202 or 14026884. OLE color: 14026884.

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

Color convert

RGB 132 8 214 -
CMYK 0.38 0.96 0 0.16
HSL 276.12º 0.93% 0.44% -
HSV(B) 276.12º 0.96% 0.84% -
XYZ 21.74 9.93 64.39 -
YUV 68.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 132 8 214 0.38 0.96 0 0.16 276.12 0.93 0.44
Hex 84 8 D6 26 60 0 10 114 5D 2C
Octal 204 10 326 46 140 0 20 424 135 54
Binary 10000100 1000 11010110 100110 1100000 0 10000 100010100 1011101 101100

Color Harmonies of #8408D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8408D6

Black with #8408D6

Text Example


Text Example

White with #8408D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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