Html Css Color HEX #947284 Strikemaster

📋 copy color: '#947284'

red 148 ◦ green 114 ◦ blue 132

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

Shades of Strikemaster #947284

Tints of Strikemaster #947284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 37.56%
G = 28.93%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947284 (or 0x947284) is known color: Strikemaster. HEX triplet: 94, 72 and 84. RGB value is (148,114,132). Sum of RGB (Red+Green+Blue) = 148+114+132=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #947284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947284 is #6B8D7B. Grayscale: #7E7E7E. Windows color (decimal): -7048572 or 8680084. OLE color: 8680084.

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

Color convert

RGB 148 114 132 -
CMYK 0 0.23 0.11 0.42
HSL 328.24º 0.14% 0.51% -
HSV(B) 328.24º 0.23% 0.58% -
XYZ 22.39 20 24.51 -
YUV 126.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 148 114 132 0 0.23 0.11 0.42 328.24 0.14 0.51
Hex 94 72 84 0 17 B 2A 148 E 33
Octal 224 162 204 0 27 13 52 510 16 63
Binary 10010100 1110010 10000100 0 10111 1011 101010 101001000 1110 110011

Color Harmonies of #947284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947284

Black with #947284

Text Example


Text Example

White with #947284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947284; }

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

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

background-color css

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

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

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

border-color css

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

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

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