Html Css Color HEX #955D7B Strikemaster

📋 copy color: '#955D7B'

red 149 ◦ green 93 ◦ blue 123

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

Shades of Strikemaster #955D7B

Tints of Strikemaster #955D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 40.82%
G = 25.48%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#955D7B (or 0x955D7B) is known color: Strikemaster. HEX triplet: 95, 5D and 7B. RGB value is (149,93,123). Sum of RGB (Red+Green+Blue) = 149+93+123=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D7B is #6AA284. Grayscale: #717171. Windows color (decimal): -6988421 or 8084885. OLE color: 8084885.

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

Color convert

RGB 149 93 123 -
CMYK 0 0.38 0.17 0.42
HSL 327.86º 0.23% 0.47% -
HSV(B) 327.86º 0.38% 0.58% -
XYZ 19.88 15.65 20.71 -
YUV 113.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 149 93 123 0 0.38 0.17 0.42 327.86 0.23 0.47
Hex 95 5D 7B 0 26 11 2A 148 17 2F
Octal 225 135 173 0 46 21 52 510 27 57
Binary 10010101 1011101 1111011 0 100110 10001 101010 101001000 10111 101111

Color Harmonies of #955D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D7B

Black with #955D7B

Text Example


Text Example

White with #955D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,123); }

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

background-color css

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

 a { background-color: rgb(149,93,123); }

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

border-color css

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

 span { border-color: rgb(149,93,123); }

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