Html Css Color HEX #99467F Strikemaster

📋 copy color: '#99467F'

red 153 ◦ green 70 ◦ blue 127

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

Shades of Strikemaster #99467F

Tints of Strikemaster #99467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 43.71%
G = 20%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99467F (or 0x99467F) is known color: Strikemaster. HEX triplet: 99, 46 and 7F. RGB value is (153,70,127). Sum of RGB (Red+Green+Blue) = 153+70+127=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467F is #66B980. Grayscale: #656565. Windows color (decimal): -6732161 or 8341145. OLE color: 8341145.

HSL color Cylindrical-coordinate representation of color #99467F: hue angle of 318.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99467F is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 127 -
CMYK 0 0.54 0.17 0.4
HSL 318.8º 0.37% 0.44% -
HSV(B) 318.8º 0.54% 0.6% -
XYZ 19.16 12.68 21.52 -
YUV 101.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 153 70 127 0 0.54 0.17 0.4 318.8 0.37 0.44
Hex 99 46 7F 0 36 11 28 13F 25 2C
Octal 231 106 177 0 66 21 50 477 45 54
Binary 10011001 1000110 1111111 0 110110 10001 101000 100111111 100101 101100

Color Harmonies of #99467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99467F

Black with #99467F

Text Example


Text Example

White with #99467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99467F; }

 p { color: rgb(153,70,127); }

 H1.HeaderClassName
 {
   color: #99467F;
 }
 .AnyTagClassName
 {
   color: #99467F;
 }
</style>

background-color css

<style>
 a { background-color: #99467F; }

 a { background-color: rgb(153,70,127); }

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

border-color css

<style>
 span { border-color: #99467F; }

 span { border-color: rgb(153,70,127); }

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