Html Css Color HEX #9409D7 Dark Violet

📋 copy color: '#9409D7'

red 148 ◦ green 9 ◦ blue 215

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

Shades of Dark Violet #9409D7

Tints of Dark Violet #9409D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.8%

R = 39.78%
G = 2.42%
B = 57.8%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9409D7 (or 0x9409D7) is known color: Dark Violet. HEX triplet: 94, 09 and D7. RGB value is (148,9,215). Sum of RGB (Red+Green+Blue) = 148+9+215=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #9409D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409D7 is #6BF628. Grayscale: #494949. Windows color (decimal): -7075369 or 14092692. OLE color: 14092692.

HSL color Cylindrical-coordinate representation of color #9409D7: hue angle of 280.49º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409D7 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 9 215 -
CMYK 0.31 0.96 0 0.16
HSL 280.49º 0.92% 0.44% -
HSV(B) 280.49º 0.96% 0.84% -
XYZ 24.58 11.4 65.19 -
YUV 74.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 148 9 215 0.31 0.96 0 0.16 280.49 0.92 0.44
Hex 94 9 D7 1F 60 0 10 118 5C 2C
Octal 224 11 327 37 140 0 20 430 134 54
Binary 10010100 1001 11010111 11111 1100000 0 10000 100011000 1011100 101100

Color Harmonies of #9409D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409D7

Black with #9409D7

Text Example


Text Example

White with #9409D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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