Html Css Color HEX #946989 Strikemaster

📋 copy color: '#946989'

red 148 ◦ green 105 ◦ blue 137

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

Shades of Strikemaster #946989

Tints of Strikemaster #946989

RGB

 RED value IS 148 (58.2% from 255) = 37.95%

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 37.95%
G = 26.92%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#946989 (or 0x946989) is known color: Strikemaster. HEX triplet: 94, 69 and 89. RGB value is (148,105,137). Sum of RGB (Red+Green+Blue) = 148+105+137=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #946989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946989 is #6B9676. Grayscale: #797979. Windows color (decimal): -7050871 or 9005460. OLE color: 9005460.

HSL color Cylindrical-coordinate representation of color #946989: hue angle of 315.35º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946989 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 137 -
CMYK 0 0.29 0.07 0.42
HSL 315.35º 0.17% 0.5% -
HSV(B) 315.35º 0.29% 0.58% -
XYZ 21.78 18.21 26.03 -
YUV 121.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 148 105 137 0 0.29 0.07 0.42 315.35 0.17 0.5
Hex 94 69 89 0 1D 7 2A 13B 11 32
Octal 224 151 211 0 35 7 52 473 21 62
Binary 10010100 1101001 10001001 0 11101 111 101010 100111011 10001 110010

Color Harmonies of #946989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946989

Black with #946989

Text Example


Text Example

White with #946989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946989; }

 p { color: rgb(148,105,137); }

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

background-color css

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

 a { background-color: rgb(148,105,137); }

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

border-color css

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

 span { border-color: rgb(148,105,137); }

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