Html Css Color HEX #95557B Strikemaster

📋 copy color: '#95557B'

red 149 ◦ green 85 ◦ blue 123

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

Shades of Strikemaster #95557B

Tints of Strikemaster #95557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 41.74%
G = 23.81%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95557B (or 0x95557B) is known color: Strikemaster. HEX triplet: 95, 55 and 7B. RGB value is (149,85,123). Sum of RGB (Red+Green+Blue) = 149+85+123=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557B is #6AAA84. Grayscale: #6C6C6C. Windows color (decimal): -6990469 or 8082837. OLE color: 8082837.

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

Color convert

RGB 149 85 123 -
CMYK 0 0.43 0.17 0.42
HSL 324.38º 0.27% 0.46% -
HSV(B) 324.38º 0.43% 0.58% -
XYZ 19.22 14.32 20.49 -
YUV 108.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 149 85 123 0 0.43 0.17 0.42 324.38 0.27 0.46
Hex 95 55 7B 0 2B 11 2A 144 1B 2E
Octal 225 125 173 0 53 21 52 504 33 56
Binary 10010101 1010101 1111011 0 101011 10001 101010 101000100 11011 101110

Color Harmonies of #95557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95557B

Black with #95557B

Text Example


Text Example

White with #95557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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