Html Css Color HEX #9409ED Dark Violet

📋 copy color: '#9409ED'

red 148 ◦ green 9 ◦ blue 237

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

Shades of Dark Violet #9409ED

Tints of Dark Violet #9409ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.15%

R = 37.56%
G = 2.28%
B = 60.15%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9409ED (or 0x9409ED) is known color: Dark Violet. HEX triplet: 94, 09 and ED. RGB value is (148,9,237). Sum of RGB (Red+Green+Blue) = 148+9+237=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #9409ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409ED is #6BF612. Grayscale: #4B4B4B. Windows color (decimal): -7075347 or 15534484. OLE color: 15534484.

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

Color convert

RGB 148 9 237 -
CMYK 0.38 0.96 0 0.07
HSL 276.58º 0.93% 0.48% -
HSV(B) 276.58º 0.96% 0.93% -
XYZ 27.6 12.61 81.1 -
YUV 76.55 218.55 178.96 -
System Red Green Blue C M Y K H S L
Decimal 148 9 237 0.38 0.96 0 0.07 276.58 0.93 0.48
Hex 94 9 ED 26 60 0 7 115 5D 30
Octal 224 11 355 46 140 0 7 425 135 60
Binary 10010100 1001 11101101 100110 1100000 0 111 100010101 1011101 110000

Color Harmonies of #9409ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409ED

Black with #9409ED

Text Example


Text Example

White with #9409ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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