Html Css Color HEX #9D2A8A Dark Purple

📋 copy color: '#9D2A8A'

red 157 ◦ green 42 ◦ blue 138

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

Shades of Dark Purple #9D2A8A

Tints of Dark Purple #9D2A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.46%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 46.59%
G = 12.46%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D2A8A (or 0x9D2A8A) is known color: Dark Purple. HEX triplet: 9D, 2A and 8A. RGB value is (157,42,138). Sum of RGB (Red+Green+Blue) = 157+42+138=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2A8A is #62D575. Grayscale: #575757. Windows color (decimal): -6477174 or 9054877. OLE color: 9054877.

HSL color Cylindrical-coordinate representation of color #9D2A8A: hue angle of 309.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A8A is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 42 138 -
CMYK 0 0.73 0.12 0.38
HSL 309.91º 0.58% 0.39% -
HSV(B) 309.91º 0.73% 0.62% -
XYZ 19.32 10.66 25.08 -
YUV 87.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 157 42 138 0 0.73 0.12 0.38 309.91 0.58 0.39
Hex 9D 2A 8A 0 49 C 26 136 3A 27
Octal 235 52 212 0 111 14 46 466 72 47
Binary 10011101 101010 10001010 0 1001001 1100 100110 100110110 111010 100111

Color Harmonies of #9D2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2A8A

Black with #9D2A8A

Text Example


Text Example

White with #9D2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,42,138); }

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

background-color css

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

 a { background-color: rgb(157,42,138); }

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

border-color css

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

 span { border-color: rgb(157,42,138); }

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