Html Css Color HEX #9D5F85 Strikemaster

📋 copy color: '#9D5F85'

red 157 ◦ green 95 ◦ blue 133

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

Shades of Strikemaster #9D5F85

Tints of Strikemaster #9D5F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.68%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 40.78%
G = 24.68%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D5F85 (or 0x9D5F85) is known color: Strikemaster. HEX triplet: 9D, 5F and 85. RGB value is (157,95,133). Sum of RGB (Red+Green+Blue) = 157+95+133=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F85 is #62A07A. Grayscale: #757575. Windows color (decimal): -6463611 or 8740765. OLE color: 8740765.

HSL color Cylindrical-coordinate representation of color #9D5F85: hue angle of 323.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F85 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 95 133 -
CMYK 0 0.39 0.15 0.38
HSL 323.23º 0.25% 0.49% -
HSV(B) 323.23º 0.39% 0.62% -
XYZ 22.23 17.05 24.31 -
YUV 117.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 157 95 133 0 0.39 0.15 0.38 323.23 0.25 0.49
Hex 9D 5F 85 0 27 F 26 143 19 31
Octal 235 137 205 0 47 17 46 503 31 61
Binary 10011101 1011111 10000101 0 100111 1111 100110 101000011 11001 110001

Color Harmonies of #9D5F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5F85

Black with #9D5F85

Text Example


Text Example

White with #9D5F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,95,133); }

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

background-color css

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

 a { background-color: rgb(157,95,133); }

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

border-color css

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

 span { border-color: rgb(157,95,133); }

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