Html Css Color HEX #9D6085 Strikemaster

📋 copy color: '#9D6085'

red 157 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #9D6085

Tints of Strikemaster #9D6085

RGB

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

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

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

R = 40.67%
G = 24.87%
B = 34.46%

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

#9D6085 (or 0x9D6085) is known color: Strikemaster. HEX triplet: 9D, 60 and 85. RGB value is (157,96,133). Sum of RGB (Red+Green+Blue) = 157+96+133=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6085 is #629F7A. Grayscale: #767676. Windows color (decimal): -6463355 or 8741021. OLE color: 8741021.

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

Color convert

RGB 157 96 133 -
CMYK 0 0.39 0.15 0.38
HSL 323.61º 0.24% 0.5% -
HSV(B) 323.61º 0.39% 0.62% -
XYZ 22.32 17.23 24.34 -
YUV 118.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 157 96 133 0 0.39 0.15 0.38 323.61 0.24 0.5
Hex 9D 60 85 0 27 F 26 144 18 32
Octal 235 140 205 0 47 17 46 504 30 62
Binary 10011101 1100000 10000101 0 100111 1111 100110 101000100 11000 110010

Color Harmonies of #9D6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6085

Black with #9D6085

Text Example


Text Example

White with #9D6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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