Html Css Color HEX #9409F9 Dark Violet

📋 copy color: '#9409F9'

red 148 ◦ green 9 ◦ blue 249

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

Shades of Dark Violet #9409F9

Tints of Dark Violet #9409F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.33%

R = 36.45%
G = 2.22%
B = 61.33%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9409F9 (or 0x9409F9) is known color: Dark Violet. HEX triplet: 94, 09 and F9. RGB value is (148,9,249). Sum of RGB (Red+Green+Blue) = 148+9+249=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #9409F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409F9 is #6BF606. Grayscale: #4D4D4D. Windows color (decimal): -7075335 or 16320916. OLE color: 16320916.

HSL color Cylindrical-coordinate representation of color #9409F9: hue angle of 274.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409F9 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 9 249 -
CMYK 0.41 0.96 0 0.02
HSL 274.75º 0.95% 0.51% -
HSV(B) 274.75º 0.96% 0.98% -
XYZ 29.41 13.33 90.65 -
YUV 77.92 224.55 177.99 -
System Red Green Blue C M Y K H S L
Decimal 148 9 249 0.41 0.96 0 0.02 274.75 0.95 0.51
Hex 94 9 F9 29 60 0 2 113 5F 33
Octal 224 11 371 51 140 0 2 423 137 63
Binary 10010100 1001 11111001 101001 1100000 0 10 100010011 1011111 110011

Color Harmonies of #9409F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409F9

Black with #9409F9

Text Example


Text Example

White with #9409F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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