Html Css Color HEX #946881 Strikemaster

📋 copy color: '#946881'

red 148 ◦ green 104 ◦ blue 129

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

Shades of Strikemaster #946881

Tints of Strikemaster #946881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

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

R = 38.85%
G = 27.3%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#946881 (or 0x946881) is known color: Strikemaster. HEX triplet: 94, 68 and 81. RGB value is (148,104,129). Sum of RGB (Red+Green+Blue) = 148+104+129=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946881 is #6B977E. Grayscale: #777777. Windows color (decimal): -7051135 or 8480916. OLE color: 8480916.

HSL color Cylindrical-coordinate representation of color #946881: hue angle of 325.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946881 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 129 -
CMYK 0 0.30 0.13 0.42
HSL 325.91º 0.17% 0.49% -
HSV(B) 325.91º 0.3% 0.58% -
XYZ 21.13 17.78 23.09 -
YUV 120.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 148 104 129 0 0.30 0.13 0.42 325.91 0.17 0.49
Hex 94 68 81 0 1E D 2A 146 11 31
Octal 224 150 201 0 36 15 52 506 21 61
Binary 10010100 1101000 10000001 0 11110 1101 101010 101000110 10001 110001

Color Harmonies of #946881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946881

Black with #946881

Text Example


Text Example

White with #946881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946881; }

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

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

background-color css

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

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

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

border-color css

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

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

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