Html Css Color HEX #94577D Strikemaster

📋 copy color: '#94577D'

red 148 ◦ green 87 ◦ blue 125

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

Shades of Strikemaster #94577D

Tints of Strikemaster #94577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 41.11%
G = 24.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94577D (or 0x94577D) is known color: Strikemaster. HEX triplet: 94, 57 and 7D. RGB value is (148,87,125). Sum of RGB (Red+Green+Blue) = 148+87+125=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94577D is #6BA882. Grayscale: #6D6D6D. Windows color (decimal): -7055491 or 8214420. OLE color: 8214420.

HSL color Cylindrical-coordinate representation of color #94577D: hue angle of 322.62º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94577D is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 87 125 -
CMYK 0 0.41 0.16 0.42
HSL 322.62º 0.26% 0.46% -
HSV(B) 322.62º 0.41% 0.58% -
XYZ 19.32 14.59 21.2 -
YUV 109.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 148 87 125 0 0.41 0.16 0.42 322.62 0.26 0.46
Hex 94 57 7D 0 29 10 2A 143 1A 2E
Octal 224 127 175 0 51 20 52 503 32 56
Binary 10010100 1010111 1111101 0 101001 10000 101010 101000011 11010 101110

Color Harmonies of #94577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94577D

Black with #94577D

Text Example


Text Example

White with #94577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94577D; }

 p { color: rgb(148,87,125); }

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

background-color css

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

 a { background-color: rgb(148,87,125); }

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

border-color css

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

 span { border-color: rgb(148,87,125); }

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