Html Css Color HEX #946689 Strikemaster

📋 copy color: '#946689'

red 148 ◦ green 102 ◦ blue 137

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

Shades of Strikemaster #946689

Tints of Strikemaster #946689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

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

R = 38.24%
G = 26.36%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#946689 (or 0x946689) is known color: Strikemaster. HEX triplet: 94, 66 and 89. RGB value is (148,102,137). Sum of RGB (Red+Green+Blue) = 148+102+137=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946689 is #6B9976. Grayscale: #777777. Windows color (decimal): -7051639 or 9004692. OLE color: 9004692.

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

Color convert

RGB 148 102 137 -
CMYK 0 0.31 0.07 0.42
HSL 314.35º 0.18% 0.49% -
HSV(B) 314.35º 0.31% 0.58% -
XYZ 21.48 17.6 25.93 -
YUV 119.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 148 102 137 0 0.31 0.07 0.42 314.35 0.18 0.49
Hex 94 66 89 0 1F 7 2A 13A 12 31
Octal 224 146 211 0 37 7 52 472 22 61
Binary 10010100 1100110 10001001 0 11111 111 101010 100111010 10010 110001

Color Harmonies of #946689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946689

Black with #946689

Text Example


Text Example

White with #946689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946689; }

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

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

background-color css

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

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

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

border-color css

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

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

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