Html Css Color HEX #95627D Strikemaster

📋 copy color: '#95627D'

red 149 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #95627D

Tints of Strikemaster #95627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 40.05%
G = 26.34%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95627D (or 0x95627D) is known color: Strikemaster. HEX triplet: 95, 62 and 7D. RGB value is (149,98,125). Sum of RGB (Red+Green+Blue) = 149+98+125=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627D is #6A9D82. Grayscale: #747474. Windows color (decimal): -6987139 or 8217237. OLE color: 8217237.

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

Color convert

RGB 149 98 125 -
CMYK 0 0.34 0.16 0.42
HSL 328.24º 0.21% 0.48% -
HSV(B) 328.24º 0.34% 0.58% -
XYZ 20.46 16.61 21.53 -
YUV 116.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 149 98 125 0 0.34 0.16 0.42 328.24 0.21 0.48
Hex 95 62 7D 0 22 10 2A 148 15 30
Octal 225 142 175 0 42 20 52 510 25 60
Binary 10010101 1100010 1111101 0 100010 10000 101010 101001000 10101 110000

Color Harmonies of #95627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95627D

Black with #95627D

Text Example


Text Example

White with #95627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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