Html Css Color HEX #995B81 Strikemaster

📋 copy color: '#995B81'

red 153 ◦ green 91 ◦ blue 129

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

Shades of Strikemaster #995B81

Tints of Strikemaster #995B81

RGB

 RED value IS 153 (60.16% from 255) = 41.02%

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

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 41.02%
G = 24.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995B81 (or 0x995B81) is known color: Strikemaster. HEX triplet: 99, 5B and 81. RGB value is (153,91,129). Sum of RGB (Red+Green+Blue) = 153+91+129=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995B81 is #66A47E. Grayscale: #717171. Windows color (decimal): -6726783 or 8477593. OLE color: 8477593.

HSL color Cylindrical-coordinate representation of color #995B81: hue angle of 323.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B81 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 129 -
CMYK 0 0.41 0.16 0.4
HSL 323.23º 0.25% 0.48% -
HSV(B) 323.23º 0.41% 0.6% -
XYZ 20.84 15.84 22.73 -
YUV 113.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 153 91 129 0 0.41 0.16 0.4 323.23 0.25 0.48
Hex 99 5B 81 0 29 10 28 143 19 30
Octal 231 133 201 0 51 20 50 503 31 60
Binary 10011001 1011011 10000001 0 101001 10000 101000 101000011 11001 110000

Color Harmonies of #995B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B81

Black with #995B81

Text Example


Text Example

White with #995B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B81; }

 p { color: rgb(153,91,129); }

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

background-color css

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

 a { background-color: rgb(153,91,129); }

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

border-color css

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

 span { border-color: rgb(153,91,129); }

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