Html Css Color HEX #95487F Strikemaster

📋 copy color: '#95487F'

red 149 ◦ green 72 ◦ blue 127

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

Shades of Strikemaster #95487F

Tints of Strikemaster #95487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.49%

R = 42.82%
G = 20.69%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95487F (or 0x95487F) is known color: Strikemaster. HEX triplet: 95, 48 and 7F. RGB value is (149,72,127). Sum of RGB (Red+Green+Blue) = 149+72+127=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95487F is #6AB780. Grayscale: #656565. Windows color (decimal): -6993793 or 8341653. OLE color: 8341653.

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

Color convert

RGB 149 72 127 -
CMYK 0 0.52 0.15 0.42
HSL 317.14º 0.35% 0.43% -
HSV(B) 317.14º 0.52% 0.58% -
XYZ 18.54 12.56 21.53 -
YUV 101.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 149 72 127 0 0.52 0.15 0.42 317.14 0.35 0.43
Hex 95 48 7F 0 34 F 2A 13D 23 2B
Octal 225 110 177 0 64 17 52 475 43 53
Binary 10010101 1001000 1111111 0 110100 1111 101010 100111101 100011 101011

Color Harmonies of #95487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95487F

Black with #95487F

Text Example


Text Example

White with #95487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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