Html Css Color HEX #9504ED Dark Violet

📋 copy color: '#9504ED'

red 149 ◦ green 4 ◦ blue 237

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

Shades of Dark Violet #9504ED

Tints of Dark Violet #9504ED

RGB

 RED value IS 149 (58.59% from 255) = 38.21%

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 38.21%
G = 1.03%
B = 60.77%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9504ED (or 0x9504ED) is known color: Dark Violet. HEX triplet: 95, 04 and ED. RGB value is (149,4,237). Sum of RGB (Red+Green+Blue) = 149+4+237=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #9504ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9504ED is #6AFB12. Grayscale: #494949. Windows color (decimal): -7011091 or 15533205. OLE color: 15533205.

HSL color Cylindrical-coordinate representation of color #9504ED: hue angle of 277.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504ED is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 4 237 -
CMYK 0.37 0.98 0 0.07
HSL 277.34º 0.97% 0.47% -
HSV(B) 277.34º 0.98% 0.93% -
XYZ 27.72 12.59 81.09 -
YUV 73.92 220.04 181.55 -
System Red Green Blue C M Y K H S L
Decimal 149 4 237 0.37 0.98 0 0.07 277.34 0.97 0.47
Hex 95 4 ED 25 62 0 7 115 61 2F
Octal 225 4 355 45 142 0 7 425 141 57
Binary 10010101 100 11101101 100101 1100010 0 111 100010101 1100001 101111

Color Harmonies of #9504ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9504ED

Black with #9504ED

Text Example


Text Example

White with #9504ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,4,237); }

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

background-color css

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

 a { background-color: rgb(149,4,237); }

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

border-color css

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

 span { border-color: rgb(149,4,237); }

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