Html Css Color HEX #99467D Strikemaster

📋 copy color: '#99467D'

red 153 ◦ green 70 ◦ blue 125

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

Shades of Strikemaster #99467D

Tints of Strikemaster #99467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 43.97%
G = 20.11%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99467D (or 0x99467D) is known color: Strikemaster. HEX triplet: 99, 46 and 7D. RGB value is (153,70,125). Sum of RGB (Red+Green+Blue) = 153+70+125=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467D is #66B982. Grayscale: #646464. Windows color (decimal): -6732163 or 8210073. OLE color: 8210073.

HSL color Cylindrical-coordinate representation of color #99467D: hue angle of 320.24º 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 #99467D is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 125 -
CMYK 0 0.54 0.18 0.4
HSL 320.24º 0.37% 0.44% -
HSV(B) 320.24º 0.54% 0.6% -
XYZ 19.03 12.63 20.84 -
YUV 101.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 153 70 125 0 0.54 0.18 0.4 320.24 0.37 0.44
Hex 99 46 7D 0 36 12 28 140 25 2C
Octal 231 106 175 0 66 22 50 500 45 54
Binary 10011001 1000110 1111101 0 110110 10010 101000 101000000 100101 101100

Color Harmonies of #99467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99467D

Black with #99467D

Text Example


Text Example

White with #99467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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