Html Css Color HEX #99608A Strikemaster

📋 copy color: '#99608A'

red 153 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #99608A

Tints of Strikemaster #99608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 39.53%
G = 24.81%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99608A (or 0x99608A) is known color: Strikemaster. HEX triplet: 99, 60 and 8A. RGB value is (153,96,138). Sum of RGB (Red+Green+Blue) = 153+96+138=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #99608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608A is #669F75. Grayscale: #757575. Windows color (decimal): -6725494 or 9068697. OLE color: 9068697.

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

Color convert

RGB 153 96 138 -
CMYK 0 0.37 0.10 0.4
HSL 315.79º 0.23% 0.49% -
HSV(B) 315.79º 0.37% 0.6% -
XYZ 21.91 16.97 26.17 -
YUV 117.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 153 96 138 0 0.37 0.10 0.4 315.79 0.23 0.49
Hex 99 60 8A 0 25 A 28 13C 17 31
Octal 231 140 212 0 45 12 50 474 27 61
Binary 10011001 1100000 10001010 0 100101 1010 101000 100111100 10111 110001

Color Harmonies of #99608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99608A

Black with #99608A

Text Example


Text Example

White with #99608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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