Html Css Color HEX #9409BD Dark Violet

📋 copy color: '#9409BD'

red 148 ◦ green 9 ◦ blue 189

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

Shades of Dark Violet #9409BD

Tints of Dark Violet #9409BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 42.77%
G = 2.6%
B = 54.62%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9409BD (or 0x9409BD) is known color: Dark Violet. HEX triplet: 94, 09 and BD. RGB value is (148,9,189). Sum of RGB (Red+Green+Blue) = 148+9+189=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #9409BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409BD is #6BF642. Grayscale: #464646. Windows color (decimal): -7075395 or 12388756. OLE color: 12388756.

HSL color Cylindrical-coordinate representation of color #9409BD: hue angle of 286.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9409BD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 9 189 -
CMYK 0.22 0.95 0 0.26
HSL 286.33º 0.91% 0.39% -
HSV(B) 286.33º 0.95% 0.74% -
XYZ 21.5 10.17 48.97 -
YUV 71.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 148 9 189 0.22 0.95 0 0.26 286.33 0.91 0.39
Hex 94 9 BD 16 5F 0 1A 11E 5B 27
Octal 224 11 275 26 137 0 32 436 133 47
Binary 10010100 1001 10111101 10110 1011111 0 11010 100011110 1011011 100111

Color Harmonies of #9409BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409BD

Black with #9409BD

Text Example


Text Example

White with #9409BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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