Html Css Color HEX #9504D5 Dark Violet

📋 copy color: '#9504D5'

red 149 ◦ green 4 ◦ blue 213

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

Shades of Dark Violet #9504D5

Tints of Dark Violet #9504D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.2%

R = 40.71%
G = 1.09%
B = 58.2%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9504D5 (or 0x9504D5) is known color: Dark Violet. HEX triplet: 95, 04 and D5. RGB value is (149,4,213). Sum of RGB (Red+Green+Blue) = 149+4+213=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #9504D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504D5 is #6AFB2A. Grayscale: #464646. Windows color (decimal): -7011115 or 13960341. OLE color: 13960341.

HSL color Cylindrical-coordinate representation of color #9504D5: hue angle of 281.63º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504D5 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 4 213 -
CMYK 0.30 0.98 0 0.16
HSL 281.63º 0.96% 0.43% -
HSV(B) 281.63º 0.98% 0.84% -
XYZ 24.45 11.28 63.84 -
YUV 71.18 208.04 183.51 -
System Red Green Blue C M Y K H S L
Decimal 149 4 213 0.30 0.98 0 0.16 281.63 0.96 0.43
Hex 95 4 D5 1E 62 0 10 11A 60 2B
Octal 225 4 325 36 142 0 20 432 140 53
Binary 10010101 100 11010101 11110 1100010 0 10000 100011010 1100000 101011

Color Harmonies of #9504D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9504D5

Black with #9504D5

Text Example


Text Example

White with #9504D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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