Html Css Color HEX #99618C Strikemaster

📋 copy color: '#99618C'

red 153 ◦ green 97 ◦ blue 140

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

Shades of Strikemaster #99618C

Tints of Strikemaster #99618C

RGB

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

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

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

R = 39.23%
G = 24.87%
B = 35.9%

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

#99618C (or 0x99618C) is known color: Strikemaster. HEX triplet: 99, 61 and 8C. RGB value is (153,97,140). Sum of RGB (Red+Green+Blue) = 153+97+140=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618C is #669E73. Grayscale: #767676. Windows color (decimal): -6725236 or 9200025. OLE color: 9200025.

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

Color convert

RGB 153 97 140 -
CMYK 0 0.37 0.08 0.4
HSL 313.93º 0.22% 0.49% -
HSV(B) 313.93º 0.37% 0.6% -
XYZ 22.15 17.22 26.97 -
YUV 118.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 153 97 140 0 0.37 0.08 0.4 313.93 0.22 0.49
Hex 99 61 8C 0 25 8 28 13A 16 31
Octal 231 141 214 0 45 10 50 472 26 61
Binary 10011001 1100001 10001100 0 100101 1000 101000 100111010 10110 110001

Color Harmonies of #99618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99618C

Black with #99618C

Text Example


Text Example

White with #99618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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