Html Css Color HEX #955E7D Strikemaster

📋 copy color: '#955E7D'

red 149 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #955E7D

Tints of Strikemaster #955E7D

RGB

 RED value IS 149 (58.59% from 255) = 40.49%

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

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

R = 40.49%
G = 25.54%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#955E7D (or 0x955E7D) is known color: Strikemaster. HEX triplet: 95, 5E and 7D. RGB value is (149,94,125). Sum of RGB (Red+Green+Blue) = 149+94+125=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E7D is #6AA182. Grayscale: #717171. Windows color (decimal): -6988163 or 8216213. OLE color: 8216213.

HSL color Cylindrical-coordinate representation of color #955E7D: hue angle of 326.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E7D is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 125 -
CMYK 0 0.37 0.16 0.42
HSL 326.18º 0.23% 0.48% -
HSV(B) 326.18º 0.37% 0.58% -
XYZ 20.1 15.88 21.41 -
YUV 113.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 149 94 125 0 0.37 0.16 0.42 326.18 0.23 0.48
Hex 95 5E 7D 0 25 10 2A 146 17 30
Octal 225 136 175 0 45 20 52 506 27 60
Binary 10010101 1011110 1111101 0 100101 10000 101010 101000110 10111 110000

Color Harmonies of #955E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E7D

Black with #955E7D

Text Example


Text Example

White with #955E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E7D; }

 p { color: rgb(149,94,125); }

 H1.HeaderClassName
 {
   color: #955E7D;
 }
 .AnyTagClassName
 {
   color: #955E7D;
 }
</style>

background-color css

<style>
 a { background-color: #955E7D; }

 a { background-color: rgb(149,94,125); }

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

border-color css

<style>
 span { border-color: #955E7D; }

 span { border-color: rgb(149,94,125); }

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