Html Css Color HEX #99648C Strikemaster

📋 copy color: '#99648C'

red 153 ◦ green 100 ◦ blue 140

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

Shades of Strikemaster #99648C

Tints of Strikemaster #99648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 38.93%
G = 25.45%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99648C (or 0x99648C) is known color: Strikemaster. HEX triplet: 99, 64 and 8C. RGB value is (153,100,140). Sum of RGB (Red+Green+Blue) = 153+100+140=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99648C is #669B73. Grayscale: #787878. Windows color (decimal): -6724468 or 9200793. OLE color: 9200793.

HSL color Cylindrical-coordinate representation of color #99648C: hue angle of 314.72º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99648C is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 140 -
CMYK 0 0.35 0.08 0.4
HSL 314.72º 0.21% 0.5% -
HSV(B) 314.72º 0.35% 0.6% -
XYZ 22.43 17.78 27.06 -
YUV 120.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 153 100 140 0 0.35 0.08 0.4 314.72 0.21 0.5
Hex 99 64 8C 0 23 8 28 13B 15 32
Octal 231 144 214 0 43 10 50 473 25 62
Binary 10011001 1100100 10001100 0 100011 1000 101000 100111011 10101 110010

Color Harmonies of #99648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99648C

Black with #99648C

Text Example


Text Example

White with #99648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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