Html Css Color HEX #955C7D Strikemaster

📋 copy color: '#955C7D'

red 149 ◦ green 92 ◦ blue 125

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

Shades of Strikemaster #955C7D

Tints of Strikemaster #955C7D

RGB

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

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

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

R = 40.71%
G = 25.14%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#955C7D (or 0x955C7D) is known color: Strikemaster. HEX triplet: 95, 5C and 7D. RGB value is (149,92,125). Sum of RGB (Red+Green+Blue) = 149+92+125=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C7D is #6AA382. Grayscale: #707070. Windows color (decimal): -6988675 or 8215701. OLE color: 8215701.

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

Color convert

RGB 149 92 125 -
CMYK 0 0.38 0.16 0.42
HSL 325.26º 0.24% 0.47% -
HSV(B) 325.26º 0.38% 0.58% -
XYZ 19.92 15.52 21.35 -
YUV 112.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 149 92 125 0 0.38 0.16 0.42 325.26 0.24 0.47
Hex 95 5C 7D 0 26 10 2A 145 18 2F
Octal 225 134 175 0 46 20 52 505 30 57
Binary 10010101 1011100 1111101 0 100110 10000 101010 101000101 11000 101111

Color Harmonies of #955C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C7D

Black with #955C7D

Text Example


Text Example

White with #955C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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