Html Css Color HEX #955989 Strikemaster

📋 copy color: '#955989'

red 149 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #955989

Tints of Strikemaster #955989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 39.73%
G = 23.73%
B = 36.53%

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

#955989 (or 0x955989) is known color: Strikemaster. HEX triplet: 95, 59 and 89. RGB value is (149,89,137). Sum of RGB (Red+Green+Blue) = 149+89+137=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #955989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955989 is #6AA676. Grayscale: #707070. Windows color (decimal): -6989431 or 9001365. OLE color: 9001365.

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

Color convert

RGB 149 89 137 -
CMYK 0 0.40 0.08 0.42
HSL 312º 0.25% 0.47% -
HSV(B) 312º 0.4% 0.58% -
XYZ 20.48 15.34 25.55 -
YUV 112.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 149 89 137 0 0.40 0.08 0.42 312 0.25 0.47
Hex 95 59 89 0 28 8 2A 138 19 2F
Octal 225 131 211 0 50 10 52 470 31 57
Binary 10010101 1011001 10001001 0 101000 1000 101010 100111000 11001 101111

Color Harmonies of #955989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955989

Black with #955989

Text Example


Text Example

White with #955989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955989; }

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

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

background-color css

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

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

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

border-color css

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

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

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