Html Css Color HEX #995C81 Strikemaster

📋 copy color: '#995C81'

red 153 ◦ green 92 ◦ blue 129

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

Shades of Strikemaster #995C81

Tints of Strikemaster #995C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 40.91%
G = 24.6%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995C81 (or 0x995C81) is known color: Strikemaster. HEX triplet: 99, 5C and 81. RGB value is (153,92,129). Sum of RGB (Red+Green+Blue) = 153+92+129=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #995C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C81 is #66A37E. Grayscale: #727272. Windows color (decimal): -6726527 or 8477849. OLE color: 8477849.

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

Color convert

RGB 153 92 129 -
CMYK 0 0.40 0.16 0.4
HSL 323.61º 0.25% 0.48% -
HSV(B) 323.61º 0.4% 0.6% -
XYZ 20.93 16.01 22.76 -
YUV 114.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 153 92 129 0 0.40 0.16 0.4 323.61 0.25 0.48
Hex 99 5C 81 0 28 10 28 144 19 30
Octal 231 134 201 0 50 20 50 504 31 60
Binary 10011001 1011100 10000001 0 101000 10000 101000 101000100 11001 110000

Color Harmonies of #995C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C81

Black with #995C81

Text Example


Text Example

White with #995C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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