Html Css Color HEX #946485 Strikemaster

📋 copy color: '#946485'

red 148 ◦ green 100 ◦ blue 133

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

Shades of Strikemaster #946485

Tints of Strikemaster #946485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

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

R = 38.85%
G = 26.25%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#946485 (or 0x946485) is known color: Strikemaster. HEX triplet: 94, 64 and 85. RGB value is (148,100,133). Sum of RGB (Red+Green+Blue) = 148+100+133=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946485 is #6B9B7A. Grayscale: #767676. Windows color (decimal): -7052155 or 8742036. OLE color: 8742036.

HSL color Cylindrical-coordinate representation of color #946485: hue angle of 318.75º 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 #946485 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 133 -
CMYK 0 0.32 0.10 0.42
HSL 318.75º 0.19% 0.49% -
HSV(B) 318.75º 0.32% 0.58% -
XYZ 21 17.1 24.38 -
YUV 118.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 148 100 133 0 0.32 0.10 0.42 318.75 0.19 0.49
Hex 94 64 85 0 20 A 2A 13F 13 31
Octal 224 144 205 0 40 12 52 477 23 61
Binary 10010100 1100100 10000101 0 100000 1010 101010 100111111 10011 110001

Color Harmonies of #946485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946485

Black with #946485

Text Example


Text Example

White with #946485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946485; }

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

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

background-color css

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

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

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

border-color css

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

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

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