Html Css Color HEX #946C7D Strikemaster

📋 copy color: '#946C7D'

red 148 ◦ green 108 ◦ blue 125

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

Shades of Strikemaster #946C7D

Tints of Strikemaster #946C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 38.85%
G = 28.35%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#946C7D (or 0x946C7D) is known color: Strikemaster. HEX triplet: 94, 6C and 7D. RGB value is (148,108,125). Sum of RGB (Red+Green+Blue) = 148+108+125=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C7D is #6B9382. Grayscale: #797979. Windows color (decimal): -7050115 or 8219796. OLE color: 8219796.

HSL color Cylindrical-coordinate representation of color #946C7D: hue angle of 334.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C7D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 125 -
CMYK 0 0.27 0.16 0.42
HSL 334.5º 0.16% 0.5% -
HSV(B) 334.5º 0.27% 0.58% -
XYZ 21.28 18.5 21.85 -
YUV 121.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 148 108 125 0 0.27 0.16 0.42 334.5 0.16 0.5
Hex 94 6C 7D 0 1B 10 2A 14E 10 32
Octal 224 154 175 0 33 20 52 516 20 62
Binary 10010100 1101100 1111101 0 11011 10000 101010 101001110 10000 110010

Color Harmonies of #946C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C7D

Black with #946C7D

Text Example


Text Example

White with #946C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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