Html Css Color HEX #99608C Strikemaster

📋 copy color: '#99608C'

red 153 ◦ green 96 ◦ blue 140

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

Shades of Strikemaster #99608C

Tints of Strikemaster #99608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 39.33%
G = 24.68%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99608C (or 0x99608C) is known color: Strikemaster. HEX triplet: 99, 60 and 8C. RGB value is (153,96,140). Sum of RGB (Red+Green+Blue) = 153+96+140=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608C is #669F73. Grayscale: #757575. Windows color (decimal): -6725492 or 9199769. OLE color: 9199769.

HSL color Cylindrical-coordinate representation of color #99608C: hue angle of 313.68º 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 #99608C is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 140 -
CMYK 0 0.37 0.08 0.4
HSL 313.68º 0.23% 0.49% -
HSV(B) 313.68º 0.37% 0.6% -
XYZ 22.05 17.03 26.94 -
YUV 118.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 153 96 140 0 0.37 0.08 0.4 313.68 0.23 0.49
Hex 99 60 8C 0 25 8 28 13A 17 31
Octal 231 140 214 0 45 10 50 472 27 61
Binary 10011001 1100000 10001100 0 100101 1000 101000 100111010 10111 110001

Color Harmonies of #99608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99608C

Black with #99608C

Text Example


Text Example

White with #99608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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