Html Css Color HEX #9503E0 Dark Violet

📋 copy color: '#9503E0'

red 149 ◦ green 3 ◦ blue 224

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

Shades of Dark Violet #9503E0

Tints of Dark Violet #9503E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 39.63%
G = 0.8%
B = 59.57%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9503E0 (or 0x9503E0) is known color: Dark Violet. HEX triplet: 95, 03 and E0. RGB value is (149,3,224). Sum of RGB (Red+Green+Blue) = 149+3+224=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #9503E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503E0 is #6AFC1F. Grayscale: #474747. Windows color (decimal): -7011360 or 14680981. OLE color: 14680981.

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

Color convert

RGB 149 3 224 -
CMYK 0.33 0.99 0 0.12
HSL 279.64º 0.97% 0.45% -
HSV(B) 279.64º 0.99% 0.88% -
XYZ 25.88 11.84 71.44 -
YUV 71.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 149 3 224 0.33 0.99 0 0.12 279.64 0.97 0.45
Hex 95 3 E0 21 63 0 C 118 61 2D
Octal 225 3 340 41 143 0 14 430 141 55
Binary 10010101 11 11100000 100001 1100011 0 1100 100011000 1100001 101101

Color Harmonies of #9503E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503E0

Black with #9503E0

Text Example


Text Example

White with #9503E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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