Html Css Color HEX #9409FA Dark Violet

📋 copy color: '#9409FA'

red 148 ◦ green 9 ◦ blue 250

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

Shades of Dark Violet #9409FA

Tints of Dark Violet #9409FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 36.36%
G = 2.21%
B = 61.43%

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

#9409FA (or 0x9409FA) is known color: Dark Violet. HEX triplet: 94, 09 and FA. RGB value is (148,9,250). Sum of RGB (Red+Green+Blue) = 148+9+250=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #9409FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409FA is #6BF605. Grayscale: #4D4D4D. Windows color (decimal): -7075334 or 16386452. OLE color: 16386452.

HSL color Cylindrical-coordinate representation of color #9409FA: hue angle of 274.61º degrees, saturation: 0.96, 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 #9409FA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 9 250 -
CMYK 0.41 0.96 0 0.02
HSL 274.61º 0.96% 0.51% -
HSV(B) 274.61º 0.96% 0.98% -
XYZ 29.57 13.39 91.47 -
YUV 78.04 225.05 177.9 -
System Red Green Blue C M Y K H S L
Decimal 148 9 250 0.41 0.96 0 0.02 274.61 0.96 0.51
Hex 94 9 FA 29 60 0 2 113 60 33
Octal 224 11 372 51 140 0 2 423 140 63
Binary 10010100 1001 11111010 101001 1100000 0 10 100010011 1100000 110011

Color Harmonies of #9409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409FA

Black with #9409FA

Text Example


Text Example

White with #9409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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