Html Css Color HEX #95647D Strikemaster

📋 copy color: '#95647D'

red 149 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #95647D

Tints of Strikemaster #95647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 39.84%
G = 26.74%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95647D (or 0x95647D) is known color: Strikemaster. HEX triplet: 95, 64 and 7D. RGB value is (149,100,125). Sum of RGB (Red+Green+Blue) = 149+100+125=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647D is #6A9B82. Grayscale: #757575. Windows color (decimal): -6986627 or 8217749. OLE color: 8217749.

HSL color Cylindrical-coordinate representation of color #95647D: hue angle of 329.39º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95647D is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 125 -
CMYK 0 0.33 0.16 0.42
HSL 329.39º 0.2% 0.49% -
HSV(B) 329.39º 0.33% 0.58% -
XYZ 20.65 16.98 21.59 -
YUV 117.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 149 100 125 0 0.33 0.16 0.42 329.39 0.2 0.49
Hex 95 64 7D 0 21 10 2A 149 14 31
Octal 225 144 175 0 41 20 52 511 24 61
Binary 10010101 1100100 1111101 0 100001 10000 101010 101001001 10100 110001

Color Harmonies of #95647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95647D

Black with #95647D

Text Example


Text Example

White with #95647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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