Html Css Color HEX #99618D Strikemaster

📋 copy color: '#99618D'

red 153 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #99618D

Tints of Strikemaster #99618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 39.13%
G = 24.81%
B = 36.06%

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

#99618D (or 0x99618D) is known color: Strikemaster. HEX triplet: 99, 61 and 8D. RGB value is (153,97,141). Sum of RGB (Red+Green+Blue) = 153+97+141=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618D is #669E72. Grayscale: #767676. Windows color (decimal): -6725235 or 9265561. OLE color: 9265561.

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

Color convert

RGB 153 97 141 -
CMYK 0 0.37 0.08 0.4
HSL 312.86º 0.22% 0.49% -
HSV(B) 312.86º 0.37% 0.6% -
XYZ 22.22 17.24 27.36 -
YUV 118.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 153 97 141 0 0.37 0.08 0.4 312.86 0.22 0.49
Hex 99 61 8D 0 25 8 28 139 16 31
Octal 231 141 215 0 45 10 50 471 26 61
Binary 10011001 1100001 10001101 0 100101 1000 101000 100111001 10110 110001

Color Harmonies of #99618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99618D

Black with #99618D

Text Example


Text Example

White with #99618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99618D; }

 p { color: rgb(153,97,141); }

 H1.HeaderClassName
 {
   color: #99618D;
 }
 .AnyTagClassName
 {
   color: #99618D;
 }
</style>

background-color css

<style>
 a { background-color: #99618D; }

 a { background-color: rgb(153,97,141); }

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

border-color css

<style>
 span { border-color: #99618D; }

 span { border-color: rgb(153,97,141); }

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