Html Css Color HEX #9503ED Dark Violet

📋 copy color: '#9503ED'

red 149 ◦ green 3 ◦ blue 237

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

Shades of Dark Violet #9503ED

Tints of Dark Violet #9503ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 38.3%
G = 0.77%
B = 60.93%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9503ED (or 0x9503ED) is known color: Dark Violet. HEX triplet: 95, 03 and ED. RGB value is (149,3,237). Sum of RGB (Red+Green+Blue) = 149+3+237=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #9503ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503ED is #6AFC12. Grayscale: #484848. Windows color (decimal): -7011347 or 15532949. OLE color: 15532949.

HSL color Cylindrical-coordinate representation of color #9503ED: hue angle of 277.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503ED is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 3 237 -
CMYK 0.37 0.99 0 0.07
HSL 277.44º 0.98% 0.47% -
HSV(B) 277.44º 0.99% 0.93% -
XYZ 27.71 12.57 81.09 -
YUV 73.33 220.37 181.97 -
System Red Green Blue C M Y K H S L
Decimal 149 3 237 0.37 0.99 0 0.07 277.44 0.98 0.47
Hex 95 3 ED 25 63 0 7 115 62 2F
Octal 225 3 355 45 143 0 7 425 142 57
Binary 10010101 11 11101101 100101 1100011 0 111 100010101 1100010 101111

Color Harmonies of #9503ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503ED

Black with #9503ED

Text Example


Text Example

White with #9503ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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