Html Css Color HEX #995981 Strikemaster

📋 copy color: '#995981'

red 153 ◦ green 89 ◦ blue 129

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

Shades of Strikemaster #995981

Tints of Strikemaster #995981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 41.24%
G = 23.99%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995981 (or 0x995981) is known color: Strikemaster. HEX triplet: 99, 59 and 81. RGB value is (153,89,129). Sum of RGB (Red+Green+Blue) = 153+89+129=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995981 is #66A67E. Grayscale: #707070. Windows color (decimal): -6727295 or 8477081. OLE color: 8477081.

HSL color Cylindrical-coordinate representation of color #995981: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995981 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 129 -
CMYK 0 0.42 0.16 0.4
HSL 322.5º 0.26% 0.47% -
HSV(B) 322.5º 0.42% 0.6% -
XYZ 20.67 15.5 22.67 -
YUV 112.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 153 89 129 0 0.42 0.16 0.4 322.5 0.26 0.47
Hex 99 59 81 0 2A 10 28 142 1A 2F
Octal 231 131 201 0 52 20 50 502 32 57
Binary 10011001 1011001 10000001 0 101010 10000 101000 101000010 11010 101111

Color Harmonies of #995981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995981

Black with #995981

Text Example


Text Example

White with #995981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995981; }

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

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

background-color css

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

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

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

border-color css

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

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

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