Html Css Color HEX #947084 Strikemaster

📋 copy color: '#947084'

red 148 ◦ green 112 ◦ blue 132

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

Shades of Strikemaster #947084

Tints of Strikemaster #947084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 37.76%
G = 28.57%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947084 (or 0x947084) is known color: Strikemaster. HEX triplet: 94, 70 and 84. RGB value is (148,112,132). Sum of RGB (Red+Green+Blue) = 148+112+132=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #947084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947084 is #6B8F7B. Grayscale: #7C7C7C. Windows color (decimal): -7049084 or 8679572. OLE color: 8679572.

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

Color convert

RGB 148 112 132 -
CMYK 0 0.24 0.11 0.42
HSL 326.67º 0.14% 0.51% -
HSV(B) 326.67º 0.24% 0.58% -
XYZ 22.17 19.55 24.43 -
YUV 125.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 148 112 132 0 0.24 0.11 0.42 326.67 0.14 0.51
Hex 94 70 84 0 18 B 2A 147 E 33
Octal 224 160 204 0 30 13 52 507 16 63
Binary 10010100 1110000 10000100 0 11000 1011 101010 101000111 1110 110011

Color Harmonies of #947084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947084

Black with #947084

Text Example


Text Example

White with #947084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947084; }

 p { color: rgb(148,112,132); }

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

background-color css

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

 a { background-color: rgb(148,112,132); }

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

border-color css

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

 span { border-color: rgb(148,112,132); }

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