Html Css Color HEX #95497E Strikemaster

📋 copy color: '#95497E'

red 149 ◦ green 73 ◦ blue 126

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

Shades of Strikemaster #95497E

Tints of Strikemaster #95497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 42.82%
G = 20.98%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95497E (or 0x95497E) is known color: Strikemaster. HEX triplet: 95, 49 and 7E. RGB value is (149,73,126). Sum of RGB (Red+Green+Blue) = 149+73+126=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95497E is #6AB681. Grayscale: #656565. Windows color (decimal): -6993538 or 8276373. OLE color: 8276373.

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

Color convert

RGB 149 73 126 -
CMYK 0 0.51 0.15 0.42
HSL 318.16º 0.34% 0.44% -
HSV(B) 318.16º 0.51% 0.58% -
XYZ 18.54 12.66 21.21 -
YUV 101.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 149 73 126 0 0.51 0.15 0.42 318.16 0.34 0.44
Hex 95 49 7E 0 33 F 2A 13E 22 2C
Octal 225 111 176 0 63 17 52 476 42 54
Binary 10010101 1001001 1111110 0 110011 1111 101010 100111110 100010 101100

Color Harmonies of #95497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95497E

Black with #95497E

Text Example


Text Example

White with #95497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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