Html Css Color HEX #9409EA Dark Violet

📋 copy color: '#9409EA'

red 148 ◦ green 9 ◦ blue 234

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

Shades of Dark Violet #9409EA

Tints of Dark Violet #9409EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 37.85%
G = 2.3%
B = 59.85%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9409EA (or 0x9409EA) is known color: Dark Violet. HEX triplet: 94, 09 and EA. RGB value is (148,9,234). Sum of RGB (Red+Green+Blue) = 148+9+234=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #9409EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409EA is #6BF615. Grayscale: #4B4B4B. Windows color (decimal): -7075350 or 15337876. OLE color: 15337876.

HSL color Cylindrical-coordinate representation of color #9409EA: hue angle of 277.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409EA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 9 234 -
CMYK 0.37 0.96 0 0.08
HSL 277.07º 0.93% 0.48% -
HSV(B) 277.07º 0.96% 0.92% -
XYZ 27.16 12.43 78.81 -
YUV 76.21 217.05 179.2 -
System Red Green Blue C M Y K H S L
Decimal 148 9 234 0.37 0.96 0 0.08 277.07 0.93 0.48
Hex 94 9 EA 25 60 0 8 115 5D 30
Octal 224 11 352 45 140 0 10 425 135 60
Binary 10010100 1001 11101010 100101 1100000 0 1000 100010101 1011101 110000

Color Harmonies of #9409EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409EA

Black with #9409EA

Text Example


Text Example

White with #9409EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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