Html Css Color HEX #9D6086 Strikemaster

📋 copy color: '#9D6086'

red 157 ◦ green 96 ◦ blue 134

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

Shades of Strikemaster #9D6086

Tints of Strikemaster #9D6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 40.57%
G = 24.81%
B = 34.63%

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

#9D6086 (or 0x9D6086) is known color: Strikemaster. HEX triplet: 9D, 60 and 86. RGB value is (157,96,134). Sum of RGB (Red+Green+Blue) = 157+96+134=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6086 is #629F79. Grayscale: #767676. Windows color (decimal): -6463354 or 8806557. OLE color: 8806557.

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

Color convert

RGB 157 96 134 -
CMYK 0 0.39 0.15 0.38
HSL 322.62º 0.24% 0.5% -
HSV(B) 322.62º 0.39% 0.62% -
XYZ 22.39 17.26 24.7 -
YUV 118.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 157 96 134 0 0.39 0.15 0.38 322.62 0.24 0.5
Hex 9D 60 86 0 27 F 26 143 18 32
Octal 235 140 206 0 47 17 46 503 30 62
Binary 10011101 1100000 10000110 0 100111 1111 100110 101000011 11000 110010

Color Harmonies of #9D6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6086

Black with #9D6086

Text Example


Text Example

White with #9D6086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,134); }

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

background-color css

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

 a { background-color: rgb(157,96,134); }

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

border-color css

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

 span { border-color: rgb(157,96,134); }

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