Html Css Color HEX #9503DF Dark Violet

📋 copy color: '#9503DF'

red 149 ◦ green 3 ◦ blue 223

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

Shades of Dark Violet #9503DF

Tints of Dark Violet #9503DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 39.73%
G = 0.8%
B = 59.47%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9503DF (or 0x9503DF) is known color: Dark Violet. HEX triplet: 95, 03 and DF. RGB value is (149,3,223). Sum of RGB (Red+Green+Blue) = 149+3+223=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #9503DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503DF is #6AFC20. Grayscale: #474747. Windows color (decimal): -7011361 or 14615445. OLE color: 14615445.

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

Color convert

RGB 149 3 223 -
CMYK 0.33 0.99 0 0.13
HSL 279.82º 0.97% 0.44% -
HSV(B) 279.82º 0.99% 0.87% -
XYZ 25.75 11.78 70.73 -
YUV 71.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 149 3 223 0.33 0.99 0 0.13 279.82 0.97 0.44
Hex 95 3 DF 21 63 0 D 118 61 2C
Octal 225 3 337 41 143 0 15 430 141 54
Binary 10010101 11 11011111 100001 1100011 0 1101 100011000 1100001 101100

Color Harmonies of #9503DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503DF

Black with #9503DF

Text Example


Text Example

White with #9503DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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