Html Css Color HEX #99618B Strikemaster

📋 copy color: '#99618B'

red 153 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #99618B

Tints of Strikemaster #99618B

RGB

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

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

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

R = 39.33%
G = 24.94%
B = 35.73%

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

#99618B (or 0x99618B) is known color: Strikemaster. HEX triplet: 99, 61 and 8B. RGB value is (153,97,139). Sum of RGB (Red+Green+Blue) = 153+97+139=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618B is #669E74. Grayscale: #767676. Windows color (decimal): -6725237 or 9134489. OLE color: 9134489.

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

Color convert

RGB 153 97 139 -
CMYK 0 0.37 0.09 0.4
HSL 315º 0.22% 0.49% -
HSV(B) 315º 0.37% 0.6% -
XYZ 22.07 17.19 26.58 -
YUV 118.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 153 97 139 0 0.37 0.09 0.4 315 0.22 0.49
Hex 99 61 8B 0 25 9 28 13B 16 31
Octal 231 141 213 0 45 11 50 473 26 61
Binary 10011001 1100001 10001011 0 100101 1001 101000 100111011 10110 110001

Color Harmonies of #99618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99618B

Black with #99618B

Text Example


Text Example

White with #99618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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