Html Css Color HEX #9503AF Dark Violet

📋 copy color: '#9503AF'

red 149 ◦ green 3 ◦ blue 175

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

Shades of Dark Violet #9503AF

Tints of Dark Violet #9503AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 45.57%
G = 0.92%
B = 53.52%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9503AF (or 0x9503AF) is known color: Dark Violet. HEX triplet: 95, 03 and AF. RGB value is (149,3,175). Sum of RGB (Red+Green+Blue) = 149+3+175=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #9503AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9503AF is #6AFC50. Grayscale: #414141. Windows color (decimal): -7011409 or 11469717. OLE color: 11469717.

HSL color Cylindrical-coordinate representation of color #9503AF: hue angle of 290.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503AF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 3 175 -
CMYK 0.15 0.98 0 0.31
HSL 290.93º 0.97% 0.35% -
HSV(B) 290.93º 0.98% 0.69% -
XYZ 20.16 9.55 41.34 -
YUV 66.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 149 3 175 0.15 0.98 0 0.31 290.93 0.97 0.35
Hex 95 3 AF F 62 0 1F 123 61 23
Octal 225 3 257 17 142 0 37 443 141 43
Binary 10010101 11 10101111 1111 1100010 0 11111 100100011 1100001 100011

Color Harmonies of #9503AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503AF

Black with #9503AF

Text Example


Text Example

White with #9503AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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