Html Css Color HEX #95627C Strikemaster

📋 copy color: '#95627C'

red 149 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #95627C

Tints of Strikemaster #95627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 40.16%
G = 26.42%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95627C (or 0x95627C) is known color: Strikemaster. HEX triplet: 95, 62 and 7C. RGB value is (149,98,124). Sum of RGB (Red+Green+Blue) = 149+98+124=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627C is #6A9D83. Grayscale: #747474. Windows color (decimal): -6987140 or 8151701. OLE color: 8151701.

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

Color convert

RGB 149 98 124 -
CMYK 0 0.34 0.17 0.42
HSL 329.41º 0.21% 0.48% -
HSV(B) 329.41º 0.34% 0.58% -
XYZ 20.4 16.58 21.19 -
YUV 116.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 149 98 124 0 0.34 0.17 0.42 329.41 0.21 0.48
Hex 95 62 7C 0 22 11 2A 149 15 30
Octal 225 142 174 0 42 21 52 511 25 60
Binary 10010101 1100010 1111100 0 100010 10001 101010 101001001 10101 110000

Color Harmonies of #95627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95627C

Black with #95627C

Text Example


Text Example

White with #95627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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