Html Css Color HEX #995077 Strikemaster

📋 copy color: '#995077'

red 153 ◦ green 80 ◦ blue 119

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

Shades of Strikemaster #995077

Tints of Strikemaster #995077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 43.47%
G = 22.73%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995077 (or 0x995077) is known color: Strikemaster. HEX triplet: 99, 50 and 77. RGB value is (153,80,119). Sum of RGB (Red+Green+Blue) = 153+80+119=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995077 is #66AF88. Grayscale: #6A6A6A. Windows color (decimal): -6729609 or 7819417. OLE color: 7819417.

HSL color Cylindrical-coordinate representation of color #995077: hue angle of 327.95º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995077 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 119 -
CMYK 0 0.48 0.22 0.4
HSL 327.95º 0.31% 0.46% -
HSV(B) 327.95º 0.48% 0.6% -
XYZ 19.34 13.84 19.11 -
YUV 106.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 153 80 119 0 0.48 0.22 0.4 327.95 0.31 0.46
Hex 99 50 77 0 30 16 28 148 1F 2E
Octal 231 120 167 0 60 26 50 510 37 56
Binary 10011001 1010000 1110111 0 110000 10110 101000 101001000 11111 101110

Color Harmonies of #995077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995077

Black with #995077

Text Example


Text Example

White with #995077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995077; }

 p { color: rgb(153,80,119); }

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

background-color css

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

 a { background-color: rgb(153,80,119); }

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

border-color css

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

 span { border-color: rgb(153,80,119); }

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