Html Css Color HEX #9503FD Dark Violet

📋 copy color: '#9503FD'

red 149 ◦ green 3 ◦ blue 253

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

Shades of Dark Violet #9503FD

Tints of Dark Violet #9503FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 36.79%
G = 0.74%
B = 62.47%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9503FD (or 0x9503FD) is known color: Dark Violet. HEX triplet: 95, 03 and FD. RGB value is (149,3,253). Sum of RGB (Red+Green+Blue) = 149+3+253=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #9503FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503FD is #6AFC02. Grayscale: #4A4A4A. Windows color (decimal): -7011331 or 16581525. OLE color: 16581525.

HSL color Cylindrical-coordinate representation of color #9503FD: hue angle of 275.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503FD is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 3 253 -
CMYK 0.41 0.99 0 0.01
HSL 275.04º 0.98% 0.5% -
HSV(B) 275.04º 0.99% 0.99% -
XYZ 30.16 13.55 93.95 -
YUV 75.15 228.37 180.67 -
System Red Green Blue C M Y K H S L
Decimal 149 3 253 0.41 0.99 0 0.01 275.04 0.98 0.5
Hex 95 3 FD 29 63 0 1 113 62 32
Octal 225 3 375 51 143 0 1 423 142 62
Binary 10010101 11 11111101 101001 1100011 0 1 100010011 1100010 110010

Color Harmonies of #9503FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503FD

Black with #9503FD

Text Example


Text Example

White with #9503FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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