Html Css Color HEX #9503BC Dark Violet

📋 copy color: '#9503BC'

red 149 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #9503BC

Tints of Dark Violet #9503BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 43.82%
G = 0.88%
B = 55.29%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9503BC (or 0x9503BC) is known color: Dark Violet. HEX triplet: 95, 03 and BC. RGB value is (149,3,188). Sum of RGB (Red+Green+Blue) = 149+3+188=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #9503BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503BC is #6AFC43. Grayscale: #434343. Windows color (decimal): -7011396 or 12321685. OLE color: 12321685.

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

Color convert

RGB 149 3 188 -
CMYK 0.21 0.98 0 0.26
HSL 287.35º 0.97% 0.37% -
HSV(B) 287.35º 0.98% 0.74% -
XYZ 21.5 10.09 48.39 -
YUV 67.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 149 3 188 0.21 0.98 0 0.26 287.35 0.97 0.37
Hex 95 3 BC 15 62 0 1A 11F 61 25
Octal 225 3 274 25 142 0 32 437 141 45
Binary 10010101 11 10111100 10101 1100010 0 11010 100011111 1100001 100101

Color Harmonies of #9503BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503BC

Black with #9503BC

Text Example


Text Example

White with #9503BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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