Html Css Color HEX #946189 Strikemaster

📋 copy color: '#946189'

red 148 ◦ green 97 ◦ blue 137

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

Shades of Strikemaster #946189

Tints of Strikemaster #946189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

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

R = 38.74%
G = 25.39%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#946189 (or 0x946189) is known color: Strikemaster. HEX triplet: 94, 61 and 89. RGB value is (148,97,137). Sum of RGB (Red+Green+Blue) = 148+97+137=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946189 is #6B9E76. Grayscale: #747474. Windows color (decimal): -7052919 or 9003412. OLE color: 9003412.

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

Color convert

RGB 148 97 137 -
CMYK 0 0.34 0.07 0.42
HSL 312.94º 0.21% 0.48% -
HSV(B) 312.94º 0.34% 0.58% -
XYZ 21 16.65 25.77 -
YUV 116.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 148 97 137 0 0.34 0.07 0.42 312.94 0.21 0.48
Hex 94 61 89 0 22 7 2A 139 15 30
Octal 224 141 211 0 42 7 52 471 25 60
Binary 10010100 1100001 10001001 0 100010 111 101010 100111001 10101 110000

Color Harmonies of #946189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946189

Black with #946189

Text Example


Text Example

White with #946189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946189; }

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

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

background-color css

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

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

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

border-color css

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

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

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