Html Css Color HEX #95597B Strikemaster

📋 copy color: '#95597B'

red 149 ◦ green 89 ◦ blue 123

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

Shades of Strikemaster #95597B

Tints of Strikemaster #95597B

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 41.27%
G = 24.65%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95597B (or 0x95597B) is known color: Strikemaster. HEX triplet: 95, 59 and 7B. RGB value is (149,89,123). Sum of RGB (Red+Green+Blue) = 149+89+123=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597B is #6AA684. Grayscale: #6E6E6E. Windows color (decimal): -6989445 or 8083861. OLE color: 8083861.

HSL color Cylindrical-coordinate representation of color #95597B: hue angle of 326º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95597B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 123 -
CMYK 0 0.40 0.17 0.42
HSL 326º 0.25% 0.47% -
HSV(B) 326º 0.4% 0.58% -
XYZ 19.54 14.96 20.6 -
YUV 110.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 149 89 123 0 0.40 0.17 0.42 326 0.25 0.47
Hex 95 59 7B 0 28 11 2A 146 19 2F
Octal 225 131 173 0 50 21 52 506 31 57
Binary 10010101 1011001 1111011 0 101000 10001 101010 101000110 11001 101111

Color Harmonies of #95597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95597B

Black with #95597B

Text Example


Text Example

White with #95597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95597B; }

 p { color: rgb(149,89,123); }

 H1.HeaderClassName
 {
   color: #95597B;
 }
 .AnyTagClassName
 {
   color: #95597B;
 }
</style>

background-color css

<style>
 a { background-color: #95597B; }

 a { background-color: rgb(149,89,123); }

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

border-color css

<style>
 span { border-color: #95597B; }

 span { border-color: rgb(149,89,123); }

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