Html Css Color HEX #946389 Strikemaster

📋 copy color: '#946389'

red 148 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #946389

Tints of Strikemaster #946389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

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

R = 38.54%
G = 25.78%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#946389 (or 0x946389) is known color: Strikemaster. HEX triplet: 94, 63 and 89. RGB value is (148,99,137). Sum of RGB (Red+Green+Blue) = 148+99+137=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946389 is #6B9C76. Grayscale: #757575. Windows color (decimal): -7052407 or 9003924. OLE color: 9003924.

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

Color convert

RGB 148 99 137 -
CMYK 0 0.33 0.07 0.42
HSL 313.47º 0.2% 0.48% -
HSV(B) 313.47º 0.33% 0.58% -
XYZ 21.19 17.03 25.84 -
YUV 117.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 148 99 137 0 0.33 0.07 0.42 313.47 0.2 0.48
Hex 94 63 89 0 21 7 2A 139 14 30
Octal 224 143 211 0 41 7 52 471 24 60
Binary 10010100 1100011 10001001 0 100001 111 101010 100111001 10100 110000

Color Harmonies of #946389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946389

Black with #946389

Text Example


Text Example

White with #946389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946389; }

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

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

background-color css

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

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

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

border-color css

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

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

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