Html Css Color HEX #9409EF Dark Violet

📋 copy color: '#9409EF'

red 148 ◦ green 9 ◦ blue 239

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

Shades of Dark Violet #9409EF

Tints of Dark Violet #9409EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 37.37%
G = 2.27%
B = 60.35%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9409EF (or 0x9409EF) is known color: Dark Violet. HEX triplet: 94, 09 and EF. RGB value is (148,9,239). Sum of RGB (Red+Green+Blue) = 148+9+239=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #9409EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409EF is #6BF610. Grayscale: #4C4C4C. Windows color (decimal): -7075345 or 15665556. OLE color: 15665556.

HSL color Cylindrical-coordinate representation of color #9409EF: hue angle of 276.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409EF is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 9 239 -
CMYK 0.38 0.96 0 0.06
HSL 276.26º 0.93% 0.49% -
HSV(B) 276.26º 0.96% 0.94% -
XYZ 27.89 12.72 82.65 -
YUV 76.78 219.55 178.8 -
System Red Green Blue C M Y K H S L
Decimal 148 9 239 0.38 0.96 0 0.06 276.26 0.93 0.49
Hex 94 9 EF 26 60 0 6 114 5D 31
Octal 224 11 357 46 140 0 6 424 135 61
Binary 10010100 1001 11101111 100110 1100000 0 110 100010100 1011101 110001

Color Harmonies of #9409EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409EF

Black with #9409EF

Text Example


Text Example

White with #9409EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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