Html Css Color HEX #995A82 Strikemaster

📋 copy color: '#995A82'

red 153 ◦ green 90 ◦ blue 130

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

Shades of Strikemaster #995A82

Tints of Strikemaster #995A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 41.02%
G = 24.13%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#995A82 (or 0x995A82) is known color: Strikemaster. HEX triplet: 99, 5A and 82. RGB value is (153,90,130). Sum of RGB (Red+Green+Blue) = 153+90+130=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A82 is #66A57D. Grayscale: #717171. Windows color (decimal): -6727038 or 8542873. OLE color: 8542873.

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

Color convert

RGB 153 90 130 -
CMYK 0 0.41 0.15 0.4
HSL 321.9º 0.26% 0.48% -
HSV(B) 321.9º 0.41% 0.6% -
XYZ 20.82 15.7 23.05 -
YUV 113.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 153 90 130 0 0.41 0.15 0.4 321.9 0.26 0.48
Hex 99 5A 82 0 29 F 28 142 1A 30
Octal 231 132 202 0 51 17 50 502 32 60
Binary 10011001 1011010 10000010 0 101001 1111 101000 101000010 11010 110000

Color Harmonies of #995A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A82

Black with #995A82

Text Example


Text Example

White with #995A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,130); }

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

background-color css

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

 a { background-color: rgb(153,90,130); }

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

border-color css

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

 span { border-color: rgb(153,90,130); }

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