Html Css Color HEX #9503DB Dark Violet

📋 copy color: '#9503DB'

red 149 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #9503DB

Tints of Dark Violet #9503DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 40.16%
G = 0.81%
B = 59.03%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9503DB (or 0x9503DB) is known color: Dark Violet. HEX triplet: 95, 03 and DB. RGB value is (149,3,219). Sum of RGB (Red+Green+Blue) = 149+3+219=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #9503DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503DB is #6AFC24. Grayscale: #464646. Windows color (decimal): -7011365 or 14353301. OLE color: 14353301.

HSL color Cylindrical-coordinate representation of color #9503DB: hue angle of 280.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503DB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 3 219 -
CMYK 0.32 0.99 0 0.14
HSL 280.56º 0.97% 0.44% -
HSV(B) 280.56º 0.99% 0.86% -
XYZ 25.21 11.57 67.92 -
YUV 71.28 211.37 183.44 -
System Red Green Blue C M Y K H S L
Decimal 149 3 219 0.32 0.99 0 0.14 280.56 0.97 0.44
Hex 95 3 DB 20 63 0 E 119 61 2C
Octal 225 3 333 40 143 0 16 431 141 54
Binary 10010101 11 11011011 100000 1100011 0 1110 100011001 1100001 101100

Color Harmonies of #9503DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503DB

Black with #9503DB

Text Example


Text Example

White with #9503DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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