Html Css Color HEX #955A89 Strikemaster

📋 copy color: '#955A89'

red 149 ◦ green 90 ◦ blue 137

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

Shades of Strikemaster #955A89

Tints of Strikemaster #955A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 39.63%
G = 23.94%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955A89 (or 0x955A89) is known color: Strikemaster. HEX triplet: 95, 5A and 89. RGB value is (149,90,137). Sum of RGB (Red+Green+Blue) = 149+90+137=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A89 is #6AA576. Grayscale: #707070. Windows color (decimal): -6989175 or 9001621. OLE color: 9001621.

HSL color Cylindrical-coordinate representation of color #955A89: hue angle of 312.2º 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 #955A89 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 137 -
CMYK 0 0.40 0.08 0.42
HSL 312.2º 0.25% 0.47% -
HSV(B) 312.2º 0.4% 0.58% -
XYZ 20.57 15.51 25.58 -
YUV 113 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 149 90 137 0 0.40 0.08 0.42 312.2 0.25 0.47
Hex 95 5A 89 0 28 8 2A 138 19 2F
Octal 225 132 211 0 50 10 52 470 31 57
Binary 10010101 1011010 10001001 0 101000 1000 101010 100111000 11001 101111

Color Harmonies of #955A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A89

Black with #955A89

Text Example


Text Example

White with #955A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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