Html Css Color HEX #99588A Strikemaster

📋 copy color: '#99588A'

red 153 ◦ green 88 ◦ blue 138

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

Shades of Strikemaster #99588A

Tints of Strikemaster #99588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 40.37%
G = 23.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99588A (or 0x99588A) is known color: Strikemaster. HEX triplet: 99, 58 and 8A. RGB value is (153,88,138). Sum of RGB (Red+Green+Blue) = 153+88+138=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99588A is #66A775. Grayscale: #717171. Windows color (decimal): -6727542 or 9066649. OLE color: 9066649.

HSL color Cylindrical-coordinate representation of color #99588A: hue angle of 313.85º degrees, saturation: 0.27, 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 #99588A is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 138 -
CMYK 0 0.42 0.10 0.4
HSL 313.85º 0.27% 0.47% -
HSV(B) 313.85º 0.42% 0.6% -
XYZ 21.21 15.59 25.94 -
YUV 113.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 153 88 138 0 0.42 0.10 0.4 313.85 0.27 0.47
Hex 99 58 8A 0 2A A 28 13A 1B 2F
Octal 231 130 212 0 52 12 50 472 33 57
Binary 10011001 1011000 10001010 0 101010 1010 101000 100111010 11011 101111

Color Harmonies of #99588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99588A

Black with #99588A

Text Example


Text Example

White with #99588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99588A; }

 p { color: rgb(153,88,138); }

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

background-color css

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

 a { background-color: rgb(153,88,138); }

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

border-color css

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

 span { border-color: rgb(153,88,138); }

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