Html Css Color HEX #955A87 Strikemaster

📋 copy color: '#955A87'

red 149 ◦ green 90 ◦ blue 135

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

Shades of Strikemaster #955A87

Tints of Strikemaster #955A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 39.84%
G = 24.06%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955A87 (or 0x955A87) is known color: Strikemaster. HEX triplet: 95, 5A and 87. RGB value is (149,90,135). Sum of RGB (Red+Green+Blue) = 149+90+135=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #955A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A87 is #6AA578. Grayscale: #707070. Windows color (decimal): -6989177 or 8870549. OLE color: 8870549.

HSL color Cylindrical-coordinate representation of color #955A87: hue angle of 314.24º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A87 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 135 -
CMYK 0 0.40 0.09 0.42
HSL 314.24º 0.25% 0.47% -
HSV(B) 314.24º 0.4% 0.58% -
XYZ 20.42 15.45 24.83 -
YUV 112.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 149 90 135 0 0.40 0.09 0.42 314.24 0.25 0.47
Hex 95 5A 87 0 28 9 2A 13A 19 2F
Octal 225 132 207 0 50 11 52 472 31 57
Binary 10010101 1011010 10000111 0 101000 1001 101010 100111010 11001 101111

Color Harmonies of #955A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A87

Black with #955A87

Text Example


Text Example

White with #955A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A87; }

 p { color: rgb(149,90,135); }

 H1.HeaderClassName
 {
   color: #955A87;
 }
 .AnyTagClassName
 {
   color: #955A87;
 }
</style>

background-color css

<style>
 a { background-color: #955A87; }

 a { background-color: rgb(149,90,135); }

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

border-color css

<style>
 span { border-color: #955A87; }

 span { border-color: rgb(149,90,135); }

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