Html Css Color HEX #99608B Strikemaster

📋 copy color: '#99608B'

red 153 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #99608B

Tints of Strikemaster #99608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 39.43%
G = 24.74%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99608B (or 0x99608B) is known color: Strikemaster. HEX triplet: 99, 60 and 8B. RGB value is (153,96,139). Sum of RGB (Red+Green+Blue) = 153+96+139=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608B is #669F74. Grayscale: #757575. Windows color (decimal): -6725493 or 9134233. OLE color: 9134233.

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

Color convert

RGB 153 96 139 -
CMYK 0 0.37 0.09 0.4
HSL 314.74º 0.23% 0.49% -
HSV(B) 314.74º 0.37% 0.6% -
XYZ 21.98 17 26.55 -
YUV 117.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 153 96 139 0 0.37 0.09 0.4 314.74 0.23 0.49
Hex 99 60 8B 0 25 9 28 13B 17 31
Octal 231 140 213 0 45 11 50 473 27 61
Binary 10011001 1100000 10001011 0 100101 1001 101000 100111011 10111 110001

Color Harmonies of #99608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99608B

Black with #99608B

Text Example


Text Example

White with #99608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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