Html Css Color HEX #9D338E Dark Purple

📋 copy color: '#9D338E'

red 157 ◦ green 51 ◦ blue 142

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

Shades of Dark Purple #9D338E

Tints of Dark Purple #9D338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 44.86%
G = 14.57%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D338E (or 0x9D338E) is known color: Dark Purple. HEX triplet: 9D, 33 and 8E. RGB value is (157,51,142). Sum of RGB (Red+Green+Blue) = 157+51+142=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D338E is #62CC71. Grayscale: #5C5C5C. Windows color (decimal): -6474866 or 9319325. OLE color: 9319325.

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

Color convert

RGB 157 51 142 -
CMYK 0 0.68 0.10 0.38
HSL 308.49º 0.51% 0.41% -
HSV(B) 308.49º 0.68% 0.62% -
XYZ 19.97 11.49 26.76 -
YUV 93.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 157 51 142 0 0.68 0.10 0.38 308.49 0.51 0.41
Hex 9D 33 8E 0 44 A 26 134 33 29
Octal 235 63 216 0 104 12 46 464 63 51
Binary 10011101 110011 10001110 0 1000100 1010 100110 100110100 110011 101001

Color Harmonies of #9D338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D338E

Black with #9D338E

Text Example


Text Example

White with #9D338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,142); }

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

background-color css

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

 a { background-color: rgb(157,51,142); }

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

border-color css

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

 span { border-color: rgb(157,51,142); }

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