Html Css Color HEX #995289 Strikemaster

📋 copy color: '#995289'

red 153 ◦ green 82 ◦ blue 137

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

Shades of Strikemaster #995289

Tints of Strikemaster #995289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 41.13%
G = 22.04%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#995289 (or 0x995289) is known color: Strikemaster. HEX triplet: 99, 52 and 89. RGB value is (153,82,137). Sum of RGB (Red+Green+Blue) = 153+82+137=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995289 is #66AD76. Grayscale: #6D6D6D. Windows color (decimal): -6729079 or 8999577. OLE color: 8999577.

HSL color Cylindrical-coordinate representation of color #995289: hue angle of 313.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995289 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 137 -
CMYK 0 0.46 0.10 0.4
HSL 313.52º 0.3% 0.46% -
HSV(B) 313.52º 0.46% 0.6% -
XYZ 20.67 14.61 25.4 -
YUV 109.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 153 82 137 0 0.46 0.10 0.4 313.52 0.3 0.46
Hex 99 52 89 0 2E A 28 13A 1E 2E
Octal 231 122 211 0 56 12 50 472 36 56
Binary 10011001 1010010 10001001 0 101110 1010 101000 100111010 11110 101110

Color Harmonies of #995289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995289

Black with #995289

Text Example


Text Example

White with #995289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995289; }

 p { color: rgb(153,82,137); }

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

background-color css

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

 a { background-color: rgb(153,82,137); }

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

border-color css

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

 span { border-color: rgb(153,82,137); }

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