Html Css Color HEX #946987 Strikemaster

📋 copy color: '#946987'

red 148 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #946987

Tints of Strikemaster #946987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

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

R = 38.14%
G = 27.06%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946987 (or 0x946987) is known color: Strikemaster. HEX triplet: 94, 69 and 87. RGB value is (148,105,135). Sum of RGB (Red+Green+Blue) = 148+105+135=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #946987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946987 is #6B9678. Grayscale: #797979. Windows color (decimal): -7050873 or 8874388. OLE color: 8874388.

HSL color Cylindrical-coordinate representation of color #946987: hue angle of 318.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946987 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 135 -
CMYK 0 0.29 0.09 0.42
HSL 318.14º 0.17% 0.5% -
HSV(B) 318.14º 0.29% 0.58% -
XYZ 21.64 18.15 25.28 -
YUV 121.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 148 105 135 0 0.29 0.09 0.42 318.14 0.17 0.5
Hex 94 69 87 0 1D 9 2A 13E 11 32
Octal 224 151 207 0 35 11 52 476 21 62
Binary 10010100 1101001 10000111 0 11101 1001 101010 100111110 10001 110010

Color Harmonies of #946987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946987

Black with #946987

Text Example


Text Example

White with #946987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946987; }

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

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

background-color css

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

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

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

border-color css

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

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

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