Html Css Color HEX #9503DA Dark Violet

📋 copy color: '#9503DA'

red 149 ◦ green 3 ◦ blue 218

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

Shades of Dark Violet #9503DA

Tints of Dark Violet #9503DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 40.27%
G = 0.81%
B = 58.92%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9503DA (or 0x9503DA) is known color: Dark Violet. HEX triplet: 95, 03 and DA. RGB value is (149,3,218). Sum of RGB (Red+Green+Blue) = 149+3+218=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #9503DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503DA is #6AFC25. Grayscale: #464646. Windows color (decimal): -7011366 or 14287765. OLE color: 14287765.

HSL color Cylindrical-coordinate representation of color #9503DA: hue angle of 280.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503DA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 3 218 -
CMYK 0.32 0.99 0 0.15
HSL 280.74º 0.97% 0.43% -
HSV(B) 280.74º 0.99% 0.85% -
XYZ 25.08 11.52 67.23 -
YUV 71.16 210.87 183.52 -
System Red Green Blue C M Y K H S L
Decimal 149 3 218 0.32 0.99 0 0.15 280.74 0.97 0.43
Hex 95 3 DA 20 63 0 F 119 61 2B
Octal 225 3 332 40 143 0 17 431 141 53
Binary 10010101 11 11011010 100000 1100011 0 1111 100011001 1100001 101011

Color Harmonies of #9503DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503DA

Black with #9503DA

Text Example


Text Example

White with #9503DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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