Html Css Color HEX #94507C Strikemaster

📋 copy color: '#94507C'

red 148 ◦ green 80 ◦ blue 124

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

Shades of Strikemaster #94507C

Tints of Strikemaster #94507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 42.05%
G = 22.73%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94507C (or 0x94507C) is known color: Strikemaster. HEX triplet: 94, 50 and 7C. RGB value is (148,80,124). Sum of RGB (Red+Green+Blue) = 148+80+124=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94507C is #6BAF83. Grayscale: #696969. Windows color (decimal): -7057284 or 8147092. OLE color: 8147092.

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

Color convert

RGB 148 80 124 -
CMYK 0 0.46 0.16 0.42
HSL 321.18º 0.3% 0.45% -
HSV(B) 321.18º 0.46% 0.58% -
XYZ 18.72 13.49 20.69 -
YUV 105.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 148 80 124 0 0.46 0.16 0.42 321.18 0.3 0.45
Hex 94 50 7C 0 2E 10 2A 141 1E 2D
Octal 224 120 174 0 56 20 52 501 36 55
Binary 10010100 1010000 1111100 0 101110 10000 101010 101000001 11110 101101

Color Harmonies of #94507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94507C

Black with #94507C

Text Example


Text Example

White with #94507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94507C; }

 p { color: rgb(148,80,124); }

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

background-color css

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

 a { background-color: rgb(148,80,124); }

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

border-color css

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

 span { border-color: rgb(148,80,124); }

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