Html Css Color HEX #946F88 Strikemaster

📋 copy color: '#946F88'

red 148 ◦ green 111 ◦ blue 136

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

Shades of Strikemaster #946F88

Tints of Strikemaster #946F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 37.47%
G = 28.1%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946F88 (or 0x946F88) is known color: Strikemaster. HEX triplet: 94, 6F and 88. RGB value is (148,111,136). Sum of RGB (Red+Green+Blue) = 148+111+136=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #946F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F88 is #6B9077. Grayscale: #7C7C7C. Windows color (decimal): -7049336 or 8941460. OLE color: 8941460.

HSL color Cylindrical-coordinate representation of color #946F88: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F88 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 136 -
CMYK 0 0.25 0.08 0.42
HSL 319.46º 0.15% 0.51% -
HSV(B) 319.46º 0.25% 0.58% -
XYZ 22.34 19.44 25.87 -
YUV 124.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 148 111 136 0 0.25 0.08 0.42 319.46 0.15 0.51
Hex 94 6F 88 0 19 8 2A 13F F 33
Octal 224 157 210 0 31 10 52 477 17 63
Binary 10010100 1101111 10001000 0 11001 1000 101010 100111111 1111 110011

Color Harmonies of #946F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F88

Black with #946F88

Text Example


Text Example

White with #946F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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