Html Css Color HEX #99598A Strikemaster

📋 copy color: '#99598A'

red 153 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #99598A

Tints of Strikemaster #99598A

RGB

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

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

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

R = 40.26%
G = 23.42%
B = 36.32%

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

#99598A (or 0x99598A) is known color: Strikemaster. HEX triplet: 99, 59 and 8A. RGB value is (153,89,138). Sum of RGB (Red+Green+Blue) = 153+89+138=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99598A is #66A675. Grayscale: #717171. Windows color (decimal): -6727286 or 9066905. OLE color: 9066905.

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

Color convert

RGB 153 89 138 -
CMYK 0 0.42 0.10 0.4
HSL 314.06º 0.26% 0.47% -
HSV(B) 314.06º 0.42% 0.6% -
XYZ 21.3 15.75 25.96 -
YUV 113.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 153 89 138 0 0.42 0.10 0.4 314.06 0.26 0.47
Hex 99 59 8A 0 2A A 28 13A 1A 2F
Octal 231 131 212 0 52 12 50 472 32 57
Binary 10011001 1011001 10001010 0 101010 1010 101000 100111010 11010 101111

Color Harmonies of #99598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99598A

Black with #99598A

Text Example


Text Example

White with #99598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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