Html Css Color HEX #946086 Strikemaster

📋 copy color: '#946086'

red 148 ◦ green 96 ◦ blue 134

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

Shades of Strikemaster #946086

Tints of Strikemaster #946086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 39.15%
G = 25.4%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946086 (or 0x946086) is known color: Strikemaster. HEX triplet: 94, 60 and 86. RGB value is (148,96,134). Sum of RGB (Red+Green+Blue) = 148+96+134=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #946086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946086 is #6B9F79. Grayscale: #737373. Windows color (decimal): -7053178 or 8806548. OLE color: 8806548.

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

Color convert

RGB 148 96 134 -
CMYK 0 0.35 0.09 0.42
HSL 316.15º 0.21% 0.48% -
HSV(B) 316.15º 0.35% 0.58% -
XYZ 20.7 16.38 24.63 -
YUV 115.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 148 96 134 0 0.35 0.09 0.42 316.15 0.21 0.48
Hex 94 60 86 0 23 9 2A 13C 15 30
Octal 224 140 206 0 43 11 52 474 25 60
Binary 10010100 1100000 10000110 0 100011 1001 101010 100111100 10101 110000

Color Harmonies of #946086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946086

Black with #946086

Text Example


Text Example

White with #946086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946086; }

 p { color: rgb(148,96,134); }

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

background-color css

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

 a { background-color: rgb(148,96,134); }

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

border-color css

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

 span { border-color: rgb(148,96,134); }

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