Html Css Color HEX #9503DD Dark Violet

📋 copy color: '#9503DD'

red 149 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #9503DD

Tints of Dark Violet #9503DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 39.95%
G = 0.8%
B = 59.25%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9503DD (or 0x9503DD) is known color: Dark Violet. HEX triplet: 95, 03 and DD. RGB value is (149,3,221). Sum of RGB (Red+Green+Blue) = 149+3+221=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #9503DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503DD is #6AFC22. Grayscale: #464646. Windows color (decimal): -7011363 or 14484373. OLE color: 14484373.

HSL color Cylindrical-coordinate representation of color #9503DD: hue angle of 280.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503DD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 3 221 -
CMYK 0.33 0.99 0 0.13
HSL 280.18º 0.97% 0.44% -
HSV(B) 280.18º 0.99% 0.87% -
XYZ 25.48 11.68 69.32 -
YUV 71.51 212.37 183.27 -
System Red Green Blue C M Y K H S L
Decimal 149 3 221 0.33 0.99 0 0.13 280.18 0.97 0.44
Hex 95 3 DD 21 63 0 D 118 61 2C
Octal 225 3 335 41 143 0 15 430 141 54
Binary 10010101 11 11011101 100001 1100011 0 1101 100011000 1100001 101100

Color Harmonies of #9503DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503DD

Black with #9503DD

Text Example


Text Example

White with #9503DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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