Html Css Color HEX #9407F9 Dark Violet

📋 copy color: '#9407F9'

red 148 ◦ green 7 ◦ blue 249

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

Shades of Dark Violet #9407F9

Tints of Dark Violet #9407F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

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

R = 36.63%
G = 1.73%
B = 61.63%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9407F9 (or 0x9407F9) is known color: Dark Violet. HEX triplet: 94, 07 and F9. RGB value is (148,7,249). Sum of RGB (Red+Green+Blue) = 148+7+249=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #9407F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9407F9 is #6BF806. Grayscale: #4B4B4B. Windows color (decimal): -7075847 or 16320404. OLE color: 16320404.

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

Color convert

RGB 148 7 249 -
CMYK 0.41 0.97 0 0.02
HSL 274.96º 0.95% 0.5% -
HSV(B) 274.96º 0.97% 0.98% -
XYZ 29.39 13.29 90.64 -
YUV 76.75 225.21 178.82 -
System Red Green Blue C M Y K H S L
Decimal 148 7 249 0.41 0.97 0 0.02 274.96 0.95 0.5
Hex 94 7 F9 29 61 0 2 113 5F 32
Octal 224 7 371 51 141 0 2 423 137 62
Binary 10010100 111 11111001 101001 1100001 0 10 100010011 1011111 110010

Color Harmonies of #9407F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9407F9

Black with #9407F9

Text Example


Text Example

White with #9407F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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