Html Css Color HEX #945E7B Strikemaster

📋 copy color: '#945E7B'

red 148 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #945E7B

Tints of Strikemaster #945E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 40.55%
G = 25.75%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#945E7B (or 0x945E7B) is known color: Strikemaster. HEX triplet: 94, 5E and 7B. RGB value is (148,94,123). Sum of RGB (Red+Green+Blue) = 148+94+123=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E7B is #6BA184. Grayscale: #717171. Windows color (decimal): -7053701 or 8085140. OLE color: 8085140.

HSL color Cylindrical-coordinate representation of color #945E7B: hue angle of 327.78º 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 #945E7B is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 123 -
CMYK 0 0.36 0.17 0.42
HSL 327.78º 0.22% 0.47% -
HSV(B) 327.78º 0.36% 0.58% -
XYZ 19.79 15.73 20.73 -
YUV 113.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 148 94 123 0 0.36 0.17 0.42 327.78 0.22 0.47
Hex 94 5E 7B 0 24 11 2A 148 16 2F
Octal 224 136 173 0 44 21 52 510 26 57
Binary 10010100 1011110 1111011 0 100100 10001 101010 101001000 10110 101111

Color Harmonies of #945E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E7B

Black with #945E7B

Text Example


Text Example

White with #945E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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