Html Css Color HEX #946685 Strikemaster

📋 copy color: '#946685'

red 148 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #946685

Tints of Strikemaster #946685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 38.64%
G = 26.63%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#946685 (or 0x946685) is known color: Strikemaster. HEX triplet: 94, 66 and 85. RGB value is (148,102,133). Sum of RGB (Red+Green+Blue) = 148+102+133=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #946685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946685 is #6B997A. Grayscale: #777777. Windows color (decimal): -7051643 or 8742548. OLE color: 8742548.

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

Color convert

RGB 148 102 133 -
CMYK 0 0.31 0.10 0.42
HSL 319.57º 0.18% 0.49% -
HSV(B) 319.57º 0.31% 0.58% -
XYZ 21.2 17.49 24.45 -
YUV 119.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 148 102 133 0 0.31 0.10 0.42 319.57 0.18 0.49
Hex 94 66 85 0 1F A 2A 140 12 31
Octal 224 146 205 0 37 12 52 500 22 61
Binary 10010100 1100110 10000101 0 11111 1010 101010 101000000 10010 110001

Color Harmonies of #946685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946685

Black with #946685

Text Example


Text Example

White with #946685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946685; }

 p { color: rgb(148,102,133); }

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

background-color css

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

 a { background-color: rgb(148,102,133); }

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

border-color css

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

 span { border-color: rgb(148,102,133); }

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