Html Css Color HEX #9D238C Dark Purple

📋 copy color: '#9D238C'

red 157 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #9D238C

Tints of Dark Purple #9D238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 47.29%
G = 10.54%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D238C (or 0x9D238C) is known color: Dark Purple. HEX triplet: 9D, 23 and 8C. RGB value is (157,35,140). Sum of RGB (Red+Green+Blue) = 157+35+140=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D238C is #62DC73. Grayscale: #535353. Windows color (decimal): -6478964 or 9184157. OLE color: 9184157.

HSL color Cylindrical-coordinate representation of color #9D238C: hue angle of 308.36º 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 #9D238C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 35 140 -
CMYK 0 0.78 0.11 0.38
HSL 308.36º 0.64% 0.38% -
HSV(B) 308.36º 0.78% 0.62% -
XYZ 19.24 10.26 25.78 -
YUV 83.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 157 35 140 0 0.78 0.11 0.38 308.36 0.64 0.38
Hex 9D 23 8C 0 4E B 26 134 40 26
Octal 235 43 214 0 116 13 46 464 100 46
Binary 10011101 100011 10001100 0 1001110 1011 100110 100110100 1000000 100110

Color Harmonies of #9D238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D238C

Black with #9D238C

Text Example


Text Example

White with #9D238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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