Html Css Color HEX #9504EA Dark Violet

📋 copy color: '#9504EA'

red 149 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #9504EA

Tints of Dark Violet #9504EA

RGB

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

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

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

R = 38.5%
G = 1.03%
B = 60.47%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9504EA (or 0x9504EA) is known color: Dark Violet. HEX triplet: 95, 04 and EA. RGB value is (149,4,234). Sum of RGB (Red+Green+Blue) = 149+4+234=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #9504EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9504EA is #6AFB15. Grayscale: #484848. Windows color (decimal): -7011094 or 15336597. OLE color: 15336597.

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

Color convert

RGB 149 4 234 -
CMYK 0.36 0.98 0 0.08
HSL 277.83º 0.97% 0.47% -
HSV(B) 277.83º 0.98% 0.92% -
XYZ 27.29 12.42 78.8 -
YUV 73.58 218.54 181.8 -
System Red Green Blue C M Y K H S L
Decimal 149 4 234 0.36 0.98 0 0.08 277.83 0.97 0.47
Hex 95 4 EA 24 62 0 8 116 61 2F
Octal 225 4 352 44 142 0 10 426 141 57
Binary 10010101 100 11101010 100100 1100010 0 1000 100010110 1100001 101111

Color Harmonies of #9504EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9504EA

Black with #9504EA

Text Example


Text Example

White with #9504EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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