Html Css Color HEX #955B89 Strikemaster

📋 copy color: '#955B89'

red 149 ◦ green 91 ◦ blue 137

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

Shades of Strikemaster #955B89

Tints of Strikemaster #955B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

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

R = 39.52%
G = 24.14%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#955B89 (or 0x955B89) is known color: Strikemaster. HEX triplet: 95, 5B and 89. RGB value is (149,91,137). Sum of RGB (Red+Green+Blue) = 149+91+137=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B89 is #6AA476. Grayscale: #717171. Windows color (decimal): -6988919 or 9001877. OLE color: 9001877.

HSL color Cylindrical-coordinate representation of color #955B89: hue angle of 312.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B89 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 137 -
CMYK 0 0.39 0.08 0.42
HSL 312.41º 0.24% 0.47% -
HSV(B) 312.41º 0.39% 0.58% -
XYZ 20.65 15.68 25.6 -
YUV 113.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 149 91 137 0 0.39 0.08 0.42 312.41 0.24 0.47
Hex 95 5B 89 0 27 8 2A 138 18 2F
Octal 225 133 211 0 47 10 52 470 30 57
Binary 10010101 1011011 10001001 0 100111 1000 101010 100111000 11000 101111

Color Harmonies of #955B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B89

Black with #955B89

Text Example


Text Example

White with #955B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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