Html Css Color HEX #946887 Strikemaster

📋 copy color: '#946887'

red 148 ◦ green 104 ◦ blue 135

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

Shades of Strikemaster #946887

Tints of Strikemaster #946887

RGB

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

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

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

R = 38.24%
G = 26.87%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946887 (or 0x946887) is known color: Strikemaster. HEX triplet: 94, 68 and 87. RGB value is (148,104,135). Sum of RGB (Red+Green+Blue) = 148+104+135=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946887 is #6B9778. Grayscale: #787878. Windows color (decimal): -7051129 or 8874132. OLE color: 8874132.

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

Color convert

RGB 148 104 135 -
CMYK 0 0.30 0.09 0.42
HSL 317.73º 0.17% 0.49% -
HSV(B) 317.73º 0.3% 0.58% -
XYZ 21.54 17.95 25.25 -
YUV 120.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 148 104 135 0 0.30 0.09 0.42 317.73 0.17 0.49
Hex 94 68 87 0 1E 9 2A 13E 11 31
Octal 224 150 207 0 36 11 52 476 21 61
Binary 10010100 1101000 10000111 0 11110 1001 101010 100111110 10001 110001

Color Harmonies of #946887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946887

Black with #946887

Text Example


Text Example

White with #946887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946887; }

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

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

background-color css

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

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

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

border-color css

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

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

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