Html Css Color HEX #9503D0 Dark Violet

📋 copy color: '#9503D0'

red 149 ◦ green 3 ◦ blue 208

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

Shades of Dark Violet #9503D0

Tints of Dark Violet #9503D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.78%

R = 41.39%
G = 0.83%
B = 57.78%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9503D0 (or 0x9503D0) is known color: Dark Violet. HEX triplet: 95, 03 and D0. RGB value is (149,3,208). Sum of RGB (Red+Green+Blue) = 149+3+208=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #9503D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503D0 is #6AFC2F. Grayscale: #454545. Windows color (decimal): -7011376 or 13632405. OLE color: 13632405.

HSL color Cylindrical-coordinate representation of color #9503D0: hue angle of 282.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503D0 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 3 208 -
CMYK 0.28 0.99 0 0.18
HSL 282.73º 0.97% 0.41% -
HSV(B) 282.73º 0.99% 0.82% -
XYZ 23.81 11.01 60.54 -
YUV 70.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 149 3 208 0.28 0.99 0 0.18 282.73 0.97 0.41
Hex 95 3 D0 1C 63 0 12 11B 61 29
Octal 225 3 320 34 143 0 22 433 141 51
Binary 10010101 11 11010000 11100 1100011 0 10010 100011011 1100001 101001

Color Harmonies of #9503D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503D0

Black with #9503D0

Text Example


Text Example

White with #9503D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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