Html Css Color HEX #8409DC Dark Violet

📋 copy color: '#8409DC'

red 132 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #8409DC

Tints of Dark Violet #8409DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 36.57%
G = 2.49%
B = 60.94%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8409DC (or 0x8409DC) is known color: Dark Violet. HEX triplet: 84, 09 and DC. RGB value is (132,9,220). Sum of RGB (Red+Green+Blue) = 132+9+220=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #8409DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8409DC is #7BF623. Grayscale: #454545. Windows color (decimal): -8123940 or 14420356. OLE color: 14420356.

HSL color Cylindrical-coordinate representation of color #8409DC: hue angle of 274.98º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409DC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 9 220 -
CMYK 0.40 0.96 0 0.14
HSL 274.98º 0.92% 0.45% -
HSV(B) 274.98º 0.96% 0.86% -
XYZ 22.53 10.27 68.5 -
YUV 69.83 212.75 172.34 -
System Red Green Blue C M Y K H S L
Decimal 132 9 220 0.40 0.96 0 0.14 274.98 0.92 0.45
Hex 84 9 DC 28 60 0 E 113 5C 2D
Octal 204 11 334 50 140 0 16 423 134 55
Binary 10000100 1001 11011100 101000 1100000 0 1110 100010011 1011100 101101

Color Harmonies of #8409DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8409DC

Black with #8409DC

Text Example


Text Example

White with #8409DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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