Html Css Color HEX #9D236F Dark Purple

📋 copy color: '#9D236F'

red 157 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #9D236F

Tints of Dark Purple #9D236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 51.82%
G = 11.55%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D236F (or 0x9D236F) is known color: Dark Purple. HEX triplet: 9D, 23 and 6F. RGB value is (157,35,111). Sum of RGB (Red+Green+Blue) = 157+35+111=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D236F is #62DC90. Grayscale: #4F4F4F. Windows color (decimal): -6478993 or 7283613. OLE color: 7283613.

HSL color Cylindrical-coordinate representation of color #9D236F: hue angle of 322.62º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D236F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 35 111 -
CMYK 0 0.78 0.29 0.38
HSL 322.62º 0.64% 0.38% -
HSV(B) 322.62º 0.78% 0.62% -
XYZ 17.37 9.52 15.96 -
YUV 80.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 157 35 111 0 0.78 0.29 0.38 322.62 0.64 0.38
Hex 9D 23 6F 0 4E 1D 26 143 40 26
Octal 235 43 157 0 116 35 46 503 100 46
Binary 10011101 100011 1101111 0 1001110 11101 100110 101000011 1000000 100110

Color Harmonies of #9D236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D236F

Black with #9D236F

Text Example


Text Example

White with #9D236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,35,111); }

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

background-color css

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

 a { background-color: rgb(157,35,111); }

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

border-color css

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

 span { border-color: rgb(157,35,111); }

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