Html Css Color HEX #995B7A Strikemaster

📋 copy color: '#995B7A'

red 153 ◦ green 91 ◦ blue 122

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

Shades of Strikemaster #995B7A

Tints of Strikemaster #995B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 41.8%
G = 24.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#995B7A (or 0x995B7A) is known color: Strikemaster. HEX triplet: 99, 5B and 7A. RGB value is (153,91,122). Sum of RGB (Red+Green+Blue) = 153+91+122=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #995B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B7A is #66A485. Grayscale: #717171. Windows color (decimal): -6726790 or 8018841. OLE color: 8018841.

HSL color Cylindrical-coordinate representation of color #995B7A: hue angle of 330º 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 #995B7A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 122 -
CMYK 0 0.41 0.20 0.4
HSL 330º 0.25% 0.48% -
HSV(B) 330º 0.41% 0.6% -
XYZ 20.39 15.66 20.36 -
YUV 113.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 153 91 122 0 0.41 0.20 0.4 330 0.25 0.48
Hex 99 5B 7A 0 29 14 28 14A 19 30
Octal 231 133 172 0 51 24 50 512 31 60
Binary 10011001 1011011 1111010 0 101001 10100 101000 101001010 11001 110000

Color Harmonies of #995B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B7A

Black with #995B7A

Text Example


Text Example

White with #995B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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