Html Css Color HEX #995C82 Strikemaster

📋 copy color: '#995C82'

red 153 ◦ green 92 ◦ blue 130

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

Shades of Strikemaster #995C82

Tints of Strikemaster #995C82

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 40.8%
G = 24.53%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#995C82 (or 0x995C82) is known color: Strikemaster. HEX triplet: 99, 5C and 82. RGB value is (153,92,130). Sum of RGB (Red+Green+Blue) = 153+92+130=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C82 is #66A37D. Grayscale: #727272. Windows color (decimal): -6726526 or 8543385. OLE color: 8543385.

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

Color convert

RGB 153 92 130 -
CMYK 0 0.40 0.15 0.4
HSL 322.62º 0.25% 0.48% -
HSV(B) 322.62º 0.4% 0.6% -
XYZ 20.99 16.04 23.11 -
YUV 114.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 153 92 130 0 0.40 0.15 0.4 322.62 0.25 0.48
Hex 99 5C 82 0 28 F 28 143 19 30
Octal 231 134 202 0 50 17 50 503 31 60
Binary 10011001 1011100 10000010 0 101000 1111 101000 101000011 11001 110000

Color Harmonies of #995C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C82

Black with #995C82

Text Example


Text Example

White with #995C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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