Html Css Color HEX #946F83 Strikemaster

📋 copy color: '#946F83'

red 148 ◦ green 111 ◦ blue 131

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

Shades of Strikemaster #946F83

Tints of Strikemaster #946F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 37.95%
G = 28.46%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#946F83 (or 0x946F83) is known color: Strikemaster. HEX triplet: 94, 6F and 83. RGB value is (148,111,131). Sum of RGB (Red+Green+Blue) = 148+111+131=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #946F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F83 is #6B907C. Grayscale: #7C7C7C. Windows color (decimal): -7049341 or 8613780. OLE color: 8613780.

HSL color Cylindrical-coordinate representation of color #946F83: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F83 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 131 -
CMYK 0 0.25 0.11 0.42
HSL 327.57º 0.15% 0.51% -
HSV(B) 327.57º 0.25% 0.58% -
XYZ 21.99 19.3 24.04 -
YUV 124.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 148 111 131 0 0.25 0.11 0.42 327.57 0.15 0.51
Hex 94 6F 83 0 19 B 2A 148 F 33
Octal 224 157 203 0 31 13 52 510 17 63
Binary 10010100 1101111 10000011 0 11001 1011 101010 101001000 1111 110011

Color Harmonies of #946F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F83

Black with #946F83

Text Example


Text Example

White with #946F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F83; }

 p { color: rgb(148,111,131); }

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

background-color css

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

 a { background-color: rgb(148,111,131); }

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

border-color css

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

 span { border-color: rgb(148,111,131); }

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