Html Css Color HEX #955E88 Strikemaster

📋 copy color: '#955E88'

red 149 ◦ green 94 ◦ blue 136

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

Shades of Strikemaster #955E88

Tints of Strikemaster #955E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 39.31%
G = 24.8%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955E88 (or 0x955E88) is known color: Strikemaster. HEX triplet: 95, 5E and 88. RGB value is (149,94,136). Sum of RGB (Red+Green+Blue) = 149+94+136=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E88 is #6AA177. Grayscale: #737373. Windows color (decimal): -6988152 or 8937109. OLE color: 8937109.

HSL color Cylindrical-coordinate representation of color #955E88: hue angle of 314.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E88 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 136 -
CMYK 0 0.37 0.09 0.42
HSL 314.18º 0.23% 0.48% -
HSV(B) 314.18º 0.37% 0.58% -
XYZ 20.84 16.17 25.32 -
YUV 115.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 149 94 136 0 0.37 0.09 0.42 314.18 0.23 0.48
Hex 95 5E 88 0 25 9 2A 13A 17 30
Octal 225 136 210 0 45 11 52 472 27 60
Binary 10010101 1011110 10001000 0 100101 1001 101010 100111010 10111 110000

Color Harmonies of #955E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E88

Black with #955E88

Text Example


Text Example

White with #955E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,136); }

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

background-color css

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

 a { background-color: rgb(149,94,136); }

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

border-color css

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

 span { border-color: rgb(149,94,136); }

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