Html Css Color HEX #95487A Strikemaster

📋 copy color: '#95487A'

red 149 ◦ green 72 ◦ blue 122

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

Shades of Strikemaster #95487A

Tints of Strikemaster #95487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 43.44%
G = 20.99%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95487A (or 0x95487A) is known color: Strikemaster. HEX triplet: 95, 48 and 7A. RGB value is (149,72,122). Sum of RGB (Red+Green+Blue) = 149+72+122=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95487A is #6AB785. Grayscale: #646464. Windows color (decimal): -6993798 or 8013973. OLE color: 8013973.

HSL color Cylindrical-coordinate representation of color #95487A: hue angle of 321.04º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95487A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 122 -
CMYK 0 0.52 0.18 0.42
HSL 321.04º 0.35% 0.43% -
HSV(B) 321.04º 0.52% 0.58% -
XYZ 18.22 12.43 19.85 -
YUV 100.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 149 72 122 0 0.52 0.18 0.42 321.04 0.35 0.43
Hex 95 48 7A 0 34 12 2A 141 23 2B
Octal 225 110 172 0 64 22 52 501 43 53
Binary 10010101 1001000 1111010 0 110100 10010 101010 101000001 100011 101011

Color Harmonies of #95487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95487A

Black with #95487A

Text Example


Text Example

White with #95487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95487A; }

 p { color: rgb(149,72,122); }

 H1.HeaderClassName
 {
   color: #95487A;
 }
 .AnyTagClassName
 {
   color: #95487A;
 }
</style>

background-color css

<style>
 a { background-color: #95487A; }

 a { background-color: rgb(149,72,122); }

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

border-color css

<style>
 span { border-color: #95487A; }

 span { border-color: rgb(149,72,122); }

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