Html Css Color HEX #945E7E Strikemaster

📋 copy color: '#945E7E'

red 148 ◦ green 94 ◦ blue 126

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

Shades of Strikemaster #945E7E

Tints of Strikemaster #945E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 40.22%
G = 25.54%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#945E7E (or 0x945E7E) is known color: Strikemaster. HEX triplet: 94, 5E and 7E. RGB value is (148,94,126). Sum of RGB (Red+Green+Blue) = 148+94+126=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #945E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E7E is #6BA181. Grayscale: #717171. Windows color (decimal): -7053698 or 8281748. OLE color: 8281748.

HSL color Cylindrical-coordinate representation of color #945E7E: hue angle of 324.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E7E is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 126 -
CMYK 0 0.36 0.15 0.42
HSL 324.44º 0.22% 0.47% -
HSV(B) 324.44º 0.36% 0.58% -
XYZ 19.98 15.81 21.74 -
YUV 113.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 148 94 126 0 0.36 0.15 0.42 324.44 0.22 0.47
Hex 94 5E 7E 0 24 F 2A 144 16 2F
Octal 224 136 176 0 44 17 52 504 26 57
Binary 10010100 1011110 1111110 0 100100 1111 101010 101000100 10110 101111

Color Harmonies of #945E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E7E

Black with #945E7E

Text Example


Text Example

White with #945E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E7E; }

 p { color: rgb(148,94,126); }

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

background-color css

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

 a { background-color: rgb(148,94,126); }

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

border-color css

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

 span { border-color: rgb(148,94,126); }

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