Html Css Color HEX #9503D8 Dark Violet

📋 copy color: '#9503D8'

red 149 ◦ green 3 ◦ blue 216

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

Shades of Dark Violet #9503D8

Tints of Dark Violet #9503D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.7%

R = 40.49%
G = 0.82%
B = 58.7%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9503D8 (or 0x9503D8) is known color: Dark Violet. HEX triplet: 95, 03 and D8. RGB value is (149,3,216). Sum of RGB (Red+Green+Blue) = 149+3+216=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #9503D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503D8 is #6AFC27. Grayscale: #464646. Windows color (decimal): -7011368 or 14156693. OLE color: 14156693.

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

Color convert

RGB 149 3 216 -
CMYK 0.31 0.99 0 0.15
HSL 281.13º 0.97% 0.43% -
HSV(B) 281.13º 0.99% 0.85% -
XYZ 24.82 11.41 65.86 -
YUV 70.94 209.87 183.68 -
System Red Green Blue C M Y K H S L
Decimal 149 3 216 0.31 0.99 0 0.15 281.13 0.97 0.43
Hex 95 3 D8 1F 63 0 F 119 61 2B
Octal 225 3 330 37 143 0 17 431 141 53
Binary 10010101 11 11011000 11111 1100011 0 1111 100011001 1100001 101011

Color Harmonies of #9503D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503D8

Black with #9503D8

Text Example


Text Example

White with #9503D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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