Html Css Color HEX #955C7F Strikemaster

📋 copy color: '#955C7F'

red 149 ◦ green 92 ◦ blue 127

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

Shades of Strikemaster #955C7F

Tints of Strikemaster #955C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 40.49%
G = 25%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#955C7F (or 0x955C7F) is known color: Strikemaster. HEX triplet: 95, 5C and 7F. RGB value is (149,92,127). Sum of RGB (Red+Green+Blue) = 149+92+127=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C7F is #6AA380. Grayscale: #707070. Windows color (decimal): -6988673 or 8346773. OLE color: 8346773.

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

Color convert

RGB 149 92 127 -
CMYK 0 0.38 0.15 0.42
HSL 323.16º 0.24% 0.47% -
HSV(B) 323.16º 0.38% 0.58% -
XYZ 20.05 15.58 22.03 -
YUV 113.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 149 92 127 0 0.38 0.15 0.42 323.16 0.24 0.47
Hex 95 5C 7F 0 26 F 2A 143 18 2F
Octal 225 134 177 0 46 17 52 503 30 57
Binary 10010101 1011100 1111111 0 100110 1111 101010 101000011 11000 101111

Color Harmonies of #955C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C7F

Black with #955C7F

Text Example


Text Example

White with #955C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,127); }

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

background-color css

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

 a { background-color: rgb(149,92,127); }

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

border-color css

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

 span { border-color: rgb(149,92,127); }

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