Html Css Color HEX #995080 Strikemaster

📋 copy color: '#995080'

red 153 ◦ green 80 ◦ blue 128

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

Shades of Strikemaster #995080

Tints of Strikemaster #995080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 42.38%
G = 22.16%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995080 (or 0x995080) is known color: Strikemaster. HEX triplet: 99, 50 and 80. RGB value is (153,80,128). Sum of RGB (Red+Green+Blue) = 153+80+128=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995080 is #66AF7F. Grayscale: #6B6B6B. Windows color (decimal): -6729600 or 8409241. OLE color: 8409241.

HSL color Cylindrical-coordinate representation of color #995080: hue angle of 320.55º 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 #995080 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 128 -
CMYK 0 0.48 0.16 0.4
HSL 320.55º 0.31% 0.46% -
HSV(B) 320.55º 0.48% 0.6% -
XYZ 19.9 14.07 22.09 -
YUV 107.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 153 80 128 0 0.48 0.16 0.4 320.55 0.31 0.46
Hex 99 50 80 0 30 10 28 141 1F 2E
Octal 231 120 200 0 60 20 50 501 37 56
Binary 10011001 1010000 10000000 0 110000 10000 101000 101000001 11111 101110

Color Harmonies of #995080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995080

Black with #995080

Text Example


Text Example

White with #995080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995080; }

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

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

background-color css

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

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

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

border-color css

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

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

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