Html Css Color HEX #946587 Strikemaster

📋 copy color: '#946587'

red 148 ◦ green 101 ◦ blue 135

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

Shades of Strikemaster #946587

Tints of Strikemaster #946587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 38.54%
G = 26.3%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946587 (or 0x946587) is known color: Strikemaster. HEX triplet: 94, 65 and 87. RGB value is (148,101,135). Sum of RGB (Red+Green+Blue) = 148+101+135=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946587 is #6B9A78. Grayscale: #767676. Windows color (decimal): -7051897 or 8873364. OLE color: 8873364.

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

Color convert

RGB 148 101 135 -
CMYK 0 0.32 0.09 0.42
HSL 316.6º 0.19% 0.49% -
HSV(B) 316.6º 0.32% 0.58% -
XYZ 21.24 17.35 25.15 -
YUV 118.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 148 101 135 0 0.32 0.09 0.42 316.6 0.19 0.49
Hex 94 65 87 0 20 9 2A 13D 13 31
Octal 224 145 207 0 40 11 52 475 23 61
Binary 10010100 1100101 10000111 0 100000 1001 101010 100111101 10011 110001

Color Harmonies of #946587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946587

Black with #946587

Text Example


Text Example

White with #946587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946587; }

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

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

background-color css

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

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

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

border-color css

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

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

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