Html Css Color HEX #946581 Strikemaster

📋 copy color: '#946581'

red 148 ◦ green 101 ◦ blue 129

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

Shades of Strikemaster #946581

Tints of Strikemaster #946581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 39.15%
G = 26.72%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#946581 (or 0x946581) is known color: Strikemaster. HEX triplet: 94, 65 and 81. RGB value is (148,101,129). Sum of RGB (Red+Green+Blue) = 148+101+129=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #946581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946581 is #6B9A7E. Grayscale: #767676. Windows color (decimal): -7051903 or 8480148. OLE color: 8480148.

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

Color convert

RGB 148 101 129 -
CMYK 0 0.32 0.13 0.42
HSL 324.26º 0.19% 0.49% -
HSV(B) 324.26º 0.32% 0.58% -
XYZ 20.83 17.19 22.99 -
YUV 118.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 148 101 129 0 0.32 0.13 0.42 324.26 0.19 0.49
Hex 94 65 81 0 20 D 2A 144 13 31
Octal 224 145 201 0 40 15 52 504 23 61
Binary 10010100 1100101 10000001 0 100000 1101 101010 101000100 10011 110001

Color Harmonies of #946581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946581

Black with #946581

Text Example


Text Example

White with #946581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946581; }

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

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

background-color css

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

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

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

border-color css

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

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

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