Html Css Color HEX #9503FA Dark Violet

📋 copy color: '#9503FA'

red 149 ◦ green 3 ◦ blue 250

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

Shades of Dark Violet #9503FA

Tints of Dark Violet #9503FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 37.06%
G = 0.75%
B = 62.19%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9503FA (or 0x9503FA) is known color: Dark Violet. HEX triplet: 95, 03 and FA. RGB value is (149,3,250). Sum of RGB (Red+Green+Blue) = 149+3+250=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #9503FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503FA is #6AFC05. Grayscale: #494949. Windows color (decimal): -7011334 or 16384917. OLE color: 16384917.

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

Color convert

RGB 149 3 250 -
CMYK 0.40 0.99 0 0.02
HSL 275.47º 0.98% 0.5% -
HSV(B) 275.47º 0.99% 0.98% -
XYZ 29.68 13.36 91.46 -
YUV 74.81 226.87 180.92 -
System Red Green Blue C M Y K H S L
Decimal 149 3 250 0.40 0.99 0 0.02 275.47 0.98 0.5
Hex 95 3 FA 28 63 0 2 113 62 32
Octal 225 3 372 50 143 0 2 423 142 62
Binary 10010101 11 11111010 101000 1100011 0 10 100010011 1100010 110010

Color Harmonies of #9503FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503FA

Black with #9503FA

Text Example


Text Example

White with #9503FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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