Html Css Color HEX #946F87 Strikemaster

📋 copy color: '#946F87'

red 148 ◦ green 111 ◦ blue 135

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

Shades of Strikemaster #946F87

Tints of Strikemaster #946F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 37.56%
G = 28.17%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946F87 (or 0x946F87) is known color: Strikemaster. HEX triplet: 94, 6F and 87. RGB value is (148,111,135). Sum of RGB (Red+Green+Blue) = 148+111+135=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #946F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F87 is #6B9078. Grayscale: #7C7C7C. Windows color (decimal): -7049337 or 8875924. OLE color: 8875924.

HSL color Cylindrical-coordinate representation of color #946F87: hue angle of 321.08º 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 #946F87 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 135 -
CMYK 0 0.25 0.09 0.42
HSL 321.08º 0.15% 0.51% -
HSV(B) 321.08º 0.25% 0.58% -
XYZ 22.27 19.41 25.5 -
YUV 124.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 148 111 135 0 0.25 0.09 0.42 321.08 0.15 0.51
Hex 94 6F 87 0 19 9 2A 141 F 33
Octal 224 157 207 0 31 11 52 501 17 63
Binary 10010100 1101111 10000111 0 11001 1001 101010 101000001 1111 110011

Color Harmonies of #946F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F87

Black with #946F87

Text Example


Text Example

White with #946F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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