Html Css Color HEX #9503E4 Dark Violet

📋 copy color: '#9503E4'

red 149 ◦ green 3 ◦ blue 228

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

Shades of Dark Violet #9503E4

Tints of Dark Violet #9503E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60%

R = 39.21%
G = 0.79%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9503E4 (or 0x9503E4) is known color: Dark Violet. HEX triplet: 95, 03 and E4. RGB value is (149,3,228). Sum of RGB (Red+Green+Blue) = 149+3+228=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 228 (89.45% from 255 or 60% from 380); Max value from RGB is 228 - color contains mainly: blue. Hex color #9503E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503E4 is #6AFC1B. Grayscale: #474747. Windows color (decimal): -7011356 or 14943125. OLE color: 14943125.

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

Color convert

RGB 149 3 228 -
CMYK 0.35 0.99 0 0.11
HSL 278.93º 0.97% 0.45% -
HSV(B) 278.93º 0.99% 0.89% -
XYZ 26.43 12.06 74.33 -
YUV 72.3 215.87 182.7 -
System Red Green Blue C M Y K H S L
Decimal 149 3 228 0.35 0.99 0 0.11 278.93 0.97 0.45
Hex 95 3 E4 23 63 0 B 117 61 2D
Octal 225 3 344 43 143 0 13 427 141 55
Binary 10010101 11 11100100 100011 1100011 0 1011 100010111 1100001 101101

Color Harmonies of #9503E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503E4

Black with #9503E4

Text Example


Text Example

White with #9503E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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