Html Css Color HEX #95607C Strikemaster

📋 copy color: '#95607C'

red 149 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #95607C

Tints of Strikemaster #95607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 40.38%
G = 26.02%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95607C (or 0x95607C) is known color: Strikemaster. HEX triplet: 95, 60 and 7C. RGB value is (149,96,124). Sum of RGB (Red+Green+Blue) = 149+96+124=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607C is #6A9F83. Grayscale: #727272. Windows color (decimal): -6987652 or 8151189. OLE color: 8151189.

HSL color Cylindrical-coordinate representation of color #95607C: hue angle of 328.3º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95607C is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 124 -
CMYK 0 0.36 0.17 0.42
HSL 328.3º 0.22% 0.48% -
HSV(B) 328.3º 0.36% 0.58% -
XYZ 20.22 16.21 21.13 -
YUV 115.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 149 96 124 0 0.36 0.17 0.42 328.3 0.22 0.48
Hex 95 60 7C 0 24 11 2A 148 16 30
Octal 225 140 174 0 44 21 52 510 26 60
Binary 10010101 1100000 1111100 0 100100 10001 101010 101001000 10110 110000

Color Harmonies of #95607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95607C

Black with #95607C

Text Example


Text Example

White with #95607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95607C; }

 p { color: rgb(149,96,124); }

 H1.HeaderClassName
 {
   color: #95607C;
 }
 .AnyTagClassName
 {
   color: #95607C;
 }
</style>

background-color css

<style>
 a { background-color: #95607C; }

 a { background-color: rgb(149,96,124); }

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

border-color css

<style>
 span { border-color: #95607C; }

 span { border-color: rgb(149,96,124); }

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