Html Css Color HEX #9409B2 Dark Violet

📋 copy color: '#9409B2'

red 148 ◦ green 9 ◦ blue 178

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

Shades of Dark Violet #9409B2

Tints of Dark Violet #9409B2

RGB

 RED value IS 148 (58.2% from 255) = 44.18%

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

 BLUE value IS 178 (69.92% from 255) = 53.13%

R = 44.18%
G = 2.69%
B = 53.13%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9409B2 (or 0x9409B2) is known color: Dark Violet. HEX triplet: 94, 09 and B2. RGB value is (148,9,178). Sum of RGB (Red+Green+Blue) = 148+9+178=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #9409B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409B2 is #6BF64D. Grayscale: #454545. Windows color (decimal): -7075406 or 11667860. OLE color: 11667860.

HSL color Cylindrical-coordinate representation of color #9409B2: hue angle of 289.35º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9409B2 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 9 178 -
CMYK 0.17 0.95 0 0.30
HSL 289.35º 0.9% 0.37% -
HSV(B) 289.35º 0.95% 0.7% -
XYZ 20.35 9.71 42.92 -
YUV 69.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 148 9 178 0.17 0.95 0 0.30 289.35 0.9 0.37
Hex 94 9 B2 11 5F 0 1E 121 5A 25
Octal 224 11 262 21 137 0 36 441 132 45
Binary 10010100 1001 10110010 10001 1011111 0 11110 100100001 1011010 100101

Color Harmonies of #9409B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409B2

Black with #9409B2

Text Example


Text Example

White with #9409B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9409B2; }

 p { color: rgb(148,9,178); }

 H1.HeaderClassName
 {
   color: #9409B2;
 }
 .AnyTagClassName
 {
   color: #9409B2;
 }
</style>

background-color css

<style>
 a { background-color: #9409B2; }

 a { background-color: rgb(148,9,178); }

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

border-color css

<style>
 span { border-color: #9409B2; }

 span { border-color: rgb(148,9,178); }

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