Html Css Color HEX #95627F Strikemaster

📋 copy color: '#95627F'

red 149 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #95627F

Tints of Strikemaster #95627F

RGB

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

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

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

R = 39.84%
G = 26.2%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95627F (or 0x95627F) is known color: Strikemaster. HEX triplet: 95, 62 and 7F. RGB value is (149,98,127). Sum of RGB (Red+Green+Blue) = 149+98+127=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627F is #6A9D80. Grayscale: #747474. Windows color (decimal): -6987137 or 8348309. OLE color: 8348309.

HSL color Cylindrical-coordinate representation of color #95627F: hue angle of 325.88º 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 #95627F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 127 -
CMYK 0 0.34 0.15 0.42
HSL 325.88º 0.21% 0.48% -
HSV(B) 325.88º 0.34% 0.58% -
XYZ 20.59 16.66 22.21 -
YUV 116.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 149 98 127 0 0.34 0.15 0.42 325.88 0.21 0.48
Hex 95 62 7F 0 22 F 2A 146 15 30
Octal 225 142 177 0 42 17 52 506 25 60
Binary 10010101 1100010 1111111 0 100010 1111 101010 101000110 10101 110000

Color Harmonies of #95627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95627F

Black with #95627F

Text Example


Text Example

White with #95627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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