Html Css Color HEX #9D3090 Dark Purple

📋 copy color: '#9D3090'

red 157 ◦ green 48 ◦ blue 144

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

Shades of Dark Purple #9D3090

Tints of Dark Purple #9D3090

RGB

 RED value IS 157 (61.72% from 255) = 44.99%

 GREEN value IS 48 (19.14% from 255) = 13.75%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 44.99%
G = 13.75%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D3090 (or 0x9D3090) is known color: Dark Purple. HEX triplet: 9D, 30 and 90. RGB value is (157,48,144). Sum of RGB (Red+Green+Blue) = 157+48+144=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3090 is #62CF6F. Grayscale: #5B5B5B. Windows color (decimal): -6475632 or 9449629. OLE color: 9449629.

HSL color Cylindrical-coordinate representation of color #9D3090: hue angle of 307.16º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3090 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 48 144 -
CMYK 0 0.69 0.08 0.38
HSL 307.16º 0.53% 0.4% -
HSV(B) 307.16º 0.69% 0.62% -
XYZ 20 11.3 27.51 -
YUV 91.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 157 48 144 0 0.69 0.08 0.38 307.16 0.53 0.4
Hex 9D 30 90 0 45 8 26 133 35 28
Octal 235 60 220 0 105 10 46 463 65 50
Binary 10011101 110000 10010000 0 1000101 1000 100110 100110011 110101 101000

Color Harmonies of #9D3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3090

Black with #9D3090

Text Example


Text Example

White with #9D3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3090; }

 p { color: rgb(157,48,144); }

 H1.HeaderClassName
 {
   color: #9D3090;
 }
 .AnyTagClassName
 {
   color: #9D3090;
 }
</style>

background-color css

<style>
 a { background-color: #9D3090; }

 a { background-color: rgb(157,48,144); }

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

border-color css

<style>
 span { border-color: #9D3090; }

 span { border-color: rgb(157,48,144); }

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