Html Css Color HEX #946888 Strikemaster

📋 copy color: '#946888'

red 148 ◦ green 104 ◦ blue 136

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

Shades of Strikemaster #946888

Tints of Strikemaster #946888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

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

R = 38.14%
G = 26.8%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946888 (or 0x946888) is known color: Strikemaster. HEX triplet: 94, 68 and 88. RGB value is (148,104,136). Sum of RGB (Red+Green+Blue) = 148+104+136=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #946888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946888 is #6B9777. Grayscale: #787878. Windows color (decimal): -7051128 or 8939668. OLE color: 8939668.

HSL color Cylindrical-coordinate representation of color #946888: hue angle of 316.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946888 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 136 -
CMYK 0 0.30 0.08 0.42
HSL 316.36º 0.17% 0.49% -
HSV(B) 316.36º 0.3% 0.58% -
XYZ 21.61 17.97 25.62 -
YUV 120.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 148 104 136 0 0.30 0.08 0.42 316.36 0.17 0.49
Hex 94 68 88 0 1E 8 2A 13C 11 31
Octal 224 150 210 0 36 10 52 474 21 61
Binary 10010100 1101000 10001000 0 11110 1000 101010 100111100 10001 110001

Color Harmonies of #946888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946888

Black with #946888

Text Example


Text Example

White with #946888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946888; }

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

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

background-color css

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

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

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

border-color css

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

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

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