Html Css Color HEX #8409B4 Dark Violet

📋 copy color: '#8409B4'

red 132 ◦ green 9 ◦ blue 180

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

Shades of Dark Violet #8409B4

Tints of Dark Violet #8409B4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 41.12%
G = 2.8%
B = 56.07%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8409B4 (or 0x8409B4) is known color: Dark Violet. HEX triplet: 84, 09 and B4. RGB value is (132,9,180). Sum of RGB (Red+Green+Blue) = 132+9+180=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #8409B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409B4 is #7BF64B. Grayscale: #404040. Windows color (decimal): -8123980 or 11798916. OLE color: 11798916.

HSL color Cylindrical-coordinate representation of color #8409B4: hue angle of 283.16º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409B4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 9 180 -
CMYK 0.27 0.95 0 0.29
HSL 283.16º 0.9% 0.37% -
HSV(B) 283.16º 0.95% 0.71% -
XYZ 17.85 8.4 43.86 -
YUV 65.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 132 9 180 0.27 0.95 0 0.29 283.16 0.9 0.37
Hex 84 9 B4 1B 5F 0 1D 11B 5A 25
Octal 204 11 264 33 137 0 35 433 132 45
Binary 10000100 1001 10110100 11011 1011111 0 11101 100011011 1011010 100101

Color Harmonies of #8409B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8409B4

Black with #8409B4

Text Example


Text Example

White with #8409B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8409B4; }

 p { color: rgb(132,9,180); }

 H1.HeaderClassName
 {
   color: #8409B4;
 }
 .AnyTagClassName
 {
   color: #8409B4;
 }
</style>

background-color css

<style>
 a { background-color: #8409B4; }

 a { background-color: rgb(132,9,180); }

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

border-color css

<style>
 span { border-color: #8409B4; }

 span { border-color: rgb(132,9,180); }

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