Html Css Color HEX #95497D Strikemaster

📋 copy color: '#95497D'

red 149 ◦ green 73 ◦ blue 125

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

Shades of Strikemaster #95497D

Tints of Strikemaster #95497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 42.94%
G = 21.04%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95497D (or 0x95497D) is known color: Strikemaster. HEX triplet: 95, 49 and 7D. RGB value is (149,73,125). Sum of RGB (Red+Green+Blue) = 149+73+125=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95497D is #6AB682. Grayscale: #656565. Windows color (decimal): -6993539 or 8210837. OLE color: 8210837.

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

Color convert

RGB 149 73 125 -
CMYK 0 0.51 0.16 0.42
HSL 318.95º 0.34% 0.44% -
HSV(B) 318.95º 0.51% 0.58% -
XYZ 18.48 12.64 20.87 -
YUV 101.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 149 73 125 0 0.51 0.16 0.42 318.95 0.34 0.44
Hex 95 49 7D 0 33 10 2A 13F 22 2C
Octal 225 111 175 0 63 20 52 477 42 54
Binary 10010101 1001001 1111101 0 110011 10000 101010 100111111 100010 101100

Color Harmonies of #95497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95497D

Black with #95497D

Text Example


Text Example

White with #95497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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