Html Css Color HEX #9409DB Dark Violet

📋 copy color: '#9409DB'

red 148 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #9409DB

Tints of Dark Violet #9409DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 39.36%
G = 2.39%
B = 58.24%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9409DB (or 0x9409DB) is known color: Dark Violet. HEX triplet: 94, 09 and DB. RGB value is (148,9,219). Sum of RGB (Red+Green+Blue) = 148+9+219=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #9409DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DB is #6BF624. Grayscale: #494949. Windows color (decimal): -7075365 or 14354836. OLE color: 14354836.

HSL color Cylindrical-coordinate representation of color #9409DB: hue angle of 279.71º 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 #9409DB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 9 219 -
CMYK 0.32 0.96 0 0.14
HSL 279.71º 0.92% 0.45% -
HSV(B) 279.71º 0.96% 0.86% -
XYZ 25.1 11.61 67.94 -
YUV 74.5 209.55 180.42 -
System Red Green Blue C M Y K H S L
Decimal 148 9 219 0.32 0.96 0 0.14 279.71 0.92 0.45
Hex 94 9 DB 20 60 0 E 118 5C 2D
Octal 224 11 333 40 140 0 16 430 134 55
Binary 10010100 1001 11011011 100000 1100000 0 1110 100011000 1011100 101101

Color Harmonies of #9409DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409DB

Black with #9409DB

Text Example


Text Example

White with #9409DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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