Html Css Color HEX #946386 Strikemaster

📋 copy color: '#946386'

red 148 ◦ green 99 ◦ blue 134

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

Shades of Strikemaster #946386

Tints of Strikemaster #946386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 38.85%
G = 25.98%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#946386 (or 0x946386) is known color: Strikemaster. HEX triplet: 94, 63 and 86. RGB value is (148,99,134). Sum of RGB (Red+Green+Blue) = 148+99+134=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946386 is #6B9C79. Grayscale: #757575. Windows color (decimal): -7052410 or 8807316. OLE color: 8807316.

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

Color convert

RGB 148 99 134 -
CMYK 0 0.33 0.09 0.42
HSL 317.14º 0.2% 0.48% -
HSV(B) 317.14º 0.33% 0.58% -
XYZ 20.98 16.94 24.72 -
YUV 117.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 148 99 134 0 0.33 0.09 0.42 317.14 0.2 0.48
Hex 94 63 86 0 21 9 2A 13D 14 30
Octal 224 143 206 0 41 11 52 475 24 60
Binary 10010100 1100011 10000110 0 100001 1001 101010 100111101 10100 110000

Color Harmonies of #946386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946386

Black with #946386

Text Example


Text Example

White with #946386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946386; }

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

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

background-color css

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

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

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

border-color css

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

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

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