Html Css Color HEX #9D348F Dark Purple

📋 copy color: '#9D348F'

red 157 ◦ green 52 ◦ blue 143

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

Shades of Dark Purple #9D348F

Tints of Dark Purple #9D348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 44.6%
G = 14.77%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D348F (or 0x9D348F) is known color: Dark Purple. HEX triplet: 9D, 34 and 8F. RGB value is (157,52,143). Sum of RGB (Red+Green+Blue) = 157+52+143=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D348F is #62CB70. Grayscale: #5D5D5D. Windows color (decimal): -6474609 or 9385117. OLE color: 9385117.

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

Color convert

RGB 157 52 143 -
CMYK 0 0.67 0.09 0.38
HSL 308º 0.5% 0.41% -
HSV(B) 308º 0.67% 0.62% -
XYZ 20.09 11.61 27.17 -
YUV 93.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 157 52 143 0 0.67 0.09 0.38 308 0.5 0.41
Hex 9D 34 8F 0 43 9 26 134 32 29
Octal 235 64 217 0 103 11 46 464 62 51
Binary 10011101 110100 10001111 0 1000011 1001 100110 100110100 110010 101001

Color Harmonies of #9D348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D348F

Black with #9D348F

Text Example


Text Example

White with #9D348F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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