Html Css Color HEX #9409DD Dark Violet

📋 copy color: '#9409DD'

red 148 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #9409DD

Tints of Dark Violet #9409DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 39.15%
G = 2.38%
B = 58.47%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9409DD (or 0x9409DD) is known color: Dark Violet. HEX triplet: 94, 09 and DD. RGB value is (148,9,221). Sum of RGB (Red+Green+Blue) = 148+9+221=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #9409DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DD is #6BF622. Grayscale: #4A4A4A. Windows color (decimal): -7075363 or 14485908. OLE color: 14485908.

HSL color Cylindrical-coordinate representation of color #9409DD: hue angle of 279.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409DD is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 9 221 -
CMYK 0.33 0.96 0 0.13
HSL 279.34º 0.92% 0.45% -
HSV(B) 279.34º 0.96% 0.87% -
XYZ 25.36 11.71 69.33 -
YUV 74.73 210.55 180.26 -
System Red Green Blue C M Y K H S L
Decimal 148 9 221 0.33 0.96 0 0.13 279.34 0.92 0.45
Hex 94 9 DD 21 60 0 D 117 5C 2D
Octal 224 11 335 41 140 0 15 427 134 55
Binary 10010100 1001 11011101 100001 1100000 0 1101 100010111 1011100 101101

Color Harmonies of #9409DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409DD

Black with #9409DD

Text Example


Text Example

White with #9409DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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