Html Css Color HEX #9503D2 Dark Violet

📋 copy color: '#9503D2'

red 149 ◦ green 3 ◦ blue 210

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

Shades of Dark Violet #9503D2

Tints of Dark Violet #9503D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.01%

R = 41.16%
G = 0.83%
B = 58.01%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9503D2 (or 0x9503D2) is known color: Dark Violet. HEX triplet: 95, 03 and D2. RGB value is (149,3,210). Sum of RGB (Red+Green+Blue) = 149+3+210=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 210 (82.42% from 255 or 58.01% from 362); Max value from RGB is 210 - color contains mainly: blue. Hex color #9503D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503D2 is #6AFC2D. Grayscale: #454545. Windows color (decimal): -7011374 or 13763477. OLE color: 13763477.

HSL color Cylindrical-coordinate representation of color #9503D2: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503D2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 3 210 -
CMYK 0.29 0.99 0 0.18
HSL 282.32º 0.97% 0.42% -
HSV(B) 282.32º 0.99% 0.82% -
XYZ 24.06 11.11 61.85 -
YUV 70.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 149 3 210 0.29 0.99 0 0.18 282.32 0.97 0.42
Hex 95 3 D2 1D 63 0 12 11A 61 2A
Octal 225 3 322 35 143 0 22 432 141 52
Binary 10010101 11 11010010 11101 1100011 0 10010 100011010 1100001 101010

Color Harmonies of #9503D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503D2

Black with #9503D2

Text Example


Text Example

White with #9503D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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