Html Css Color HEX #9D348A Dark Purple

📋 copy color: '#9D348A'

red 157 ◦ green 52 ◦ blue 138

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

Shades of Dark Purple #9D348A

Tints of Dark Purple #9D348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 45.24%
G = 14.99%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D348A (or 0x9D348A) is known color: Dark Purple. HEX triplet: 9D, 34 and 8A. RGB value is (157,52,138). Sum of RGB (Red+Green+Blue) = 157+52+138=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D348A is #62CB75. Grayscale: #5C5C5C. Windows color (decimal): -6474614 or 9057437. OLE color: 9057437.

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

Color convert

RGB 157 52 138 -
CMYK 0 0.67 0.12 0.38
HSL 310.86º 0.5% 0.41% -
HSV(B) 310.86º 0.67% 0.62% -
XYZ 19.72 11.46 25.22 -
YUV 93.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 157 52 138 0 0.67 0.12 0.38 310.86 0.5 0.41
Hex 9D 34 8A 0 43 C 26 137 32 29
Octal 235 64 212 0 103 14 46 467 62 51
Binary 10011101 110100 10001010 0 1000011 1100 100110 100110111 110010 101001

Color Harmonies of #9D348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D348A

Black with #9D348A

Text Example


Text Example

White with #9D348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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