Html Css Color HEX #9D2F85 Dark Purple

📋 copy color: '#9D2F85'

red 157 ◦ green 47 ◦ blue 133

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

Shades of Dark Purple #9D2F85

Tints of Dark Purple #9D2F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 46.59%
G = 13.95%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D2F85 (or 0x9D2F85) is known color: Dark Purple. HEX triplet: 9D, 2F and 85. RGB value is (157,47,133). Sum of RGB (Red+Green+Blue) = 157+47+133=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2F85 is #62D07A. Grayscale: #595959. Windows color (decimal): -6475899 or 8728477. OLE color: 8728477.

HSL color Cylindrical-coordinate representation of color #9D2F85: hue angle of 313.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F85 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 47 133 -
CMYK 0 0.70 0.15 0.38
HSL 313.09º 0.54% 0.4% -
HSV(B) 313.09º 0.7% 0.62% -
XYZ 19.15 10.89 23.28 -
YUV 89.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 157 47 133 0 0.70 0.15 0.38 313.09 0.54 0.4
Hex 9D 2F 85 0 46 F 26 139 36 28
Octal 235 57 205 0 106 17 46 471 66 50
Binary 10011101 101111 10000101 0 1000110 1111 100110 100111001 110110 101000

Color Harmonies of #9D2F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2F85

Black with #9D2F85

Text Example


Text Example

White with #9D2F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,47,133); }

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

background-color css

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

 a { background-color: rgb(157,47,133); }

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

border-color css

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

 span { border-color: rgb(157,47,133); }

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