Html Css Color HEX #9503BA Dark Violet

📋 copy color: '#9503BA'

red 149 ◦ green 3 ◦ blue 186

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

Shades of Dark Violet #9503BA

Tints of Dark Violet #9503BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 44.08%
G = 0.89%
B = 55.03%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9503BA (or 0x9503BA) is known color: Dark Violet. HEX triplet: 95, 03 and BA. RGB value is (149,3,186). Sum of RGB (Red+Green+Blue) = 149+3+186=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9503BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503BA is #6AFC45. Grayscale: #424242. Windows color (decimal): -7011398 or 12190613. OLE color: 12190613.

HSL color Cylindrical-coordinate representation of color #9503BA: hue angle of 287.87º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503BA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 3 186 -
CMYK 0.20 0.98 0 0.27
HSL 287.87º 0.97% 0.37% -
HSV(B) 287.87º 0.98% 0.73% -
XYZ 21.29 10 47.26 -
YUV 67.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 149 3 186 0.20 0.98 0 0.27 287.87 0.97 0.37
Hex 95 3 BA 14 62 0 1B 120 61 25
Octal 225 3 272 24 142 0 33 440 141 45
Binary 10010101 11 10111010 10100 1100010 0 11011 100100000 1100001 100101

Color Harmonies of #9503BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503BA

Black with #9503BA

Text Example


Text Example

White with #9503BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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