Html Css Color HEX #9409F7 Dark Violet

📋 copy color: '#9409F7'

red 148 ◦ green 9 ◦ blue 247

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

Shades of Dark Violet #9409F7

Tints of Dark Violet #9409F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 61.14%

R = 36.63%
G = 2.23%
B = 61.14%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9409F7 (or 0x9409F7) is known color: Dark Violet. HEX triplet: 94, 09 and F7. RGB value is (148,9,247). Sum of RGB (Red+Green+Blue) = 148+9+247=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #9409F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409F7 is #6BF608. Grayscale: #4C4C4C. Windows color (decimal): -7075337 or 16189844. OLE color: 16189844.

HSL color Cylindrical-coordinate representation of color #9409F7: hue angle of 275.04º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409F7 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 9 247 -
CMYK 0.40 0.96 0 0.03
HSL 275.04º 0.94% 0.5% -
HSV(B) 275.04º 0.96% 0.97% -
XYZ 29.1 13.21 89.01 -
YUV 77.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 148 9 247 0.40 0.96 0 0.03 275.04 0.94 0.5
Hex 94 9 F7 28 60 0 3 113 5E 32
Octal 224 11 367 50 140 0 3 423 136 62
Binary 10010100 1001 11110111 101000 1100000 0 11 100010011 1011110 110010

Color Harmonies of #9409F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409F7

Black with #9409F7

Text Example


Text Example

White with #9409F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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