Html Css Color HEX #95537B Strikemaster

📋 copy color: '#95537B'

red 149 ◦ green 83 ◦ blue 123

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

Shades of Strikemaster #95537B

Tints of Strikemaster #95537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 41.97%
G = 23.38%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95537B (or 0x95537B) is known color: Strikemaster. HEX triplet: 95, 53 and 7B. RGB value is (149,83,123). Sum of RGB (Red+Green+Blue) = 149+83+123=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95537B is #6AAC84. Grayscale: #6B6B6B. Windows color (decimal): -6990981 or 8082325. OLE color: 8082325.

HSL color Cylindrical-coordinate representation of color #95537B: hue angle of 323.64º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95537B is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 123 -
CMYK 0 0.44 0.17 0.42
HSL 323.64º 0.28% 0.45% -
HSV(B) 323.64º 0.44% 0.58% -
XYZ 19.06 14.01 20.44 -
YUV 107.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 149 83 123 0 0.44 0.17 0.42 323.64 0.28 0.45
Hex 95 53 7B 0 2C 11 2A 144 1C 2D
Octal 225 123 173 0 54 21 52 504 34 55
Binary 10010101 1010011 1111011 0 101100 10001 101010 101000100 11100 101101

Color Harmonies of #95537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95537B

Black with #95537B

Text Example


Text Example

White with #95537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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