Html Css Color HEX #95657F Strikemaster

📋 copy color: '#95657F'

red 149 ◦ green 101 ◦ blue 127

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

Shades of Strikemaster #95657F

Tints of Strikemaster #95657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 127 (50% from 255) = 33.69%

R = 39.52%
G = 26.79%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95657F (or 0x95657F) is known color: Strikemaster. HEX triplet: 95, 65 and 7F. RGB value is (149,101,127). Sum of RGB (Red+Green+Blue) = 149+101+127=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95657F is #6A9A80. Grayscale: #767676. Windows color (decimal): -6986369 or 8349077. OLE color: 8349077.

HSL color Cylindrical-coordinate representation of color #95657F: hue angle of 327.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95657F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 127 -
CMYK 0 0.32 0.15 0.42
HSL 327.5º 0.19% 0.49% -
HSV(B) 327.5º 0.32% 0.58% -
XYZ 20.88 17.23 22.3 -
YUV 118.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 149 101 127 0 0.32 0.15 0.42 327.5 0.19 0.49
Hex 95 65 7F 0 20 F 2A 148 13 31
Octal 225 145 177 0 40 17 52 510 23 61
Binary 10010101 1100101 1111111 0 100000 1111 101010 101001000 10011 110001

Color Harmonies of #95657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95657F

Black with #95657F

Text Example


Text Example

White with #95657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95657F; }

 p { color: rgb(149,101,127); }

 H1.HeaderClassName
 {
   color: #95657F;
 }
 .AnyTagClassName
 {
   color: #95657F;
 }
</style>

background-color css

<style>
 a { background-color: #95657F; }

 a { background-color: rgb(149,101,127); }

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

border-color css

<style>
 span { border-color: #95657F; }

 span { border-color: rgb(149,101,127); }

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