Html Css Color HEX #994681 Strikemaster

📋 copy color: '#994681'

red 153 ◦ green 70 ◦ blue 129

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

Shades of Strikemaster #994681

Tints of Strikemaster #994681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 43.47%
G = 19.89%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#994681 (or 0x994681) is known color: Strikemaster. HEX triplet: 99, 46 and 81. RGB value is (153,70,129). Sum of RGB (Red+Green+Blue) = 153+70+129=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994681 is #66B97E. Grayscale: #656565. Windows color (decimal): -6732159 or 8472217. OLE color: 8472217.

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

Color convert

RGB 153 70 129 -
CMYK 0 0.54 0.16 0.4
HSL 317.35º 0.37% 0.44% -
HSV(B) 317.35º 0.54% 0.6% -
XYZ 19.29 12.74 22.21 -
YUV 101.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 153 70 129 0 0.54 0.16 0.4 317.35 0.37 0.44
Hex 99 46 81 0 36 10 28 13D 25 2C
Octal 231 106 201 0 66 20 50 475 45 54
Binary 10011001 1000110 10000001 0 110110 10000 101000 100111101 100101 101100

Color Harmonies of #994681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994681

Black with #994681

Text Example


Text Example

White with #994681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994681; }

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

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

background-color css

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

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

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

border-color css

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

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

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