Html Css Color HEX #946188 Strikemaster

📋 copy color: '#946188'

red 148 ◦ green 97 ◦ blue 136

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

Shades of Strikemaster #946188

Tints of Strikemaster #946188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 38.85%
G = 25.46%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946188 (or 0x946188) is known color: Strikemaster. HEX triplet: 94, 61 and 88. RGB value is (148,97,136). Sum of RGB (Red+Green+Blue) = 148+97+136=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946188 is #6B9E77. Grayscale: #747474. Windows color (decimal): -7052920 or 8937876. OLE color: 8937876.

HSL color Cylindrical-coordinate representation of color #946188: hue angle of 314.12º 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 #946188 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 136 -
CMYK 0 0.34 0.08 0.42
HSL 314.12º 0.21% 0.48% -
HSV(B) 314.12º 0.34% 0.58% -
XYZ 20.93 16.62 25.4 -
YUV 116.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 148 97 136 0 0.34 0.08 0.42 314.12 0.21 0.48
Hex 94 61 88 0 22 8 2A 13A 15 30
Octal 224 141 210 0 42 10 52 472 25 60
Binary 10010100 1100001 10001000 0 100010 1000 101010 100111010 10101 110000

Color Harmonies of #946188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946188

Black with #946188

Text Example


Text Example

White with #946188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946188; }

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

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

background-color css

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

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

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

border-color css

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

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

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