Html Css Color HEX #9503B7 Dark Violet

📋 copy color: '#9503B7'

red 149 ◦ green 3 ◦ blue 183

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

Shades of Dark Violet #9503B7

Tints of Dark Violet #9503B7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 183 (71.88% from 255) = 54.63%

R = 44.48%
G = 0.9%
B = 54.63%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9503B7 (or 0x9503B7) is known color: Dark Violet. HEX triplet: 95, 03 and B7. RGB value is (149,3,183). Sum of RGB (Red+Green+Blue) = 149+3+183=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #9503B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503B7 is #6AFC48. Grayscale: #424242. Windows color (decimal): -7011401 or 11994005. OLE color: 11994005.

HSL color Cylindrical-coordinate representation of color #9503B7: hue angle of 288.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503B7 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 3 183 -
CMYK 0.19 0.98 0 0.28
HSL 288.67º 0.97% 0.36% -
HSV(B) 288.67º 0.98% 0.72% -
XYZ 20.97 9.87 45.6 -
YUV 67.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 149 3 183 0.19 0.98 0 0.28 288.67 0.97 0.36
Hex 95 3 B7 13 62 0 1C 121 61 24
Octal 225 3 267 23 142 0 34 441 141 44
Binary 10010101 11 10110111 10011 1100010 0 11100 100100001 1100001 100100

Color Harmonies of #9503B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503B7

Black with #9503B7

Text Example


Text Example

White with #9503B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9503B7; }

 p { color: rgb(149,3,183); }

 H1.HeaderClassName
 {
   color: #9503B7;
 }
 .AnyTagClassName
 {
   color: #9503B7;
 }
</style>

background-color css

<style>
 a { background-color: #9503B7; }

 a { background-color: rgb(149,3,183); }

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

border-color css

<style>
 span { border-color: #9503B7; }

 span { border-color: rgb(149,3,183); }

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