Html Css Color HEX #955C7E Strikemaster

📋 copy color: '#955C7E'

red 149 ◦ green 92 ◦ blue 126

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

Shades of Strikemaster #955C7E

Tints of Strikemaster #955C7E

RGB

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

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

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

R = 40.6%
G = 25.07%
B = 34.33%

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

#955C7E (or 0x955C7E) is known color: Strikemaster. HEX triplet: 95, 5C and 7E. RGB value is (149,92,126). Sum of RGB (Red+Green+Blue) = 149+92+126=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C7E is #6AA381. Grayscale: #707070. Windows color (decimal): -6988674 or 8281237. OLE color: 8281237.

HSL color Cylindrical-coordinate representation of color #955C7E: hue angle of 324.21º 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 #955C7E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 126 -
CMYK 0 0.38 0.15 0.42
HSL 324.21º 0.24% 0.47% -
HSV(B) 324.21º 0.38% 0.58% -
XYZ 19.99 15.55 21.69 -
YUV 112.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 149 92 126 0 0.38 0.15 0.42 324.21 0.24 0.47
Hex 95 5C 7E 0 26 F 2A 144 18 2F
Octal 225 134 176 0 46 17 52 504 30 57
Binary 10010101 1011100 1111110 0 100110 1111 101010 101000100 11000 101111

Color Harmonies of #955C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C7E

Black with #955C7E

Text Example


Text Example

White with #955C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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