Html Css Color HEX #946288 Strikemaster

📋 copy color: '#946288'

red 148 ◦ green 98 ◦ blue 136

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

Shades of Strikemaster #946288

Tints of Strikemaster #946288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 38.74%
G = 25.65%
B = 35.6%

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

#946288 (or 0x946288) is known color: Strikemaster. HEX triplet: 94, 62 and 88. RGB value is (148,98,136). Sum of RGB (Red+Green+Blue) = 148+98+136=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946288 is #6B9D77. Grayscale: #757575. Windows color (decimal): -7052664 or 8938132. OLE color: 8938132.

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

Color convert

RGB 148 98 136 -
CMYK 0 0.34 0.08 0.42
HSL 314.4º 0.2% 0.48% -
HSV(B) 314.4º 0.34% 0.58% -
XYZ 21.02 16.81 25.43 -
YUV 117.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 148 98 136 0 0.34 0.08 0.42 314.4 0.2 0.48
Hex 94 62 88 0 22 8 2A 13A 14 30
Octal 224 142 210 0 42 10 52 472 24 60
Binary 10010100 1100010 10001000 0 100010 1000 101010 100111010 10100 110000

Color Harmonies of #946288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946288

Black with #946288

Text Example


Text Example

White with #946288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946288; }

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

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

background-color css

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

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

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

border-color css

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

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

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