Html Css Color HEX #9409B4 Dark Violet

📋 copy color: '#9409B4'

red 148 ◦ green 9 ◦ blue 180

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

Shades of Dark Violet #9409B4

Tints of Dark Violet #9409B4

RGB

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

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

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

R = 43.92%
G = 2.67%
B = 53.41%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9409B4 (or 0x9409B4) is known color: Dark Violet. HEX triplet: 94, 09 and B4. RGB value is (148,9,180). Sum of RGB (Red+Green+Blue) = 148+9+180=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #9409B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409B4 is #6BF64B. Grayscale: #454545. Windows color (decimal): -7075404 or 11798932. OLE color: 11798932.

HSL color Cylindrical-coordinate representation of color #9409B4: hue angle of 288.77º 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 #9409B4 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 9 180 -
CMYK 0.18 0.95 0 0.29
HSL 288.77º 0.9% 0.37% -
HSV(B) 288.77º 0.95% 0.71% -
XYZ 20.55 9.79 43.99 -
YUV 70.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 148 9 180 0.18 0.95 0 0.29 288.77 0.9 0.37
Hex 94 9 B4 12 5F 0 1D 121 5A 25
Octal 224 11 264 22 137 0 35 441 132 45
Binary 10010100 1001 10110100 10010 1011111 0 11101 100100001 1011010 100101

Color Harmonies of #9409B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409B4

Black with #9409B4

Text Example


Text Example

White with #9409B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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