Html Css Color HEX #955B7F Strikemaster

📋 copy color: '#955B7F'

red 149 ◦ green 91 ◦ blue 127

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

Shades of Strikemaster #955B7F

Tints of Strikemaster #955B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

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

R = 40.6%
G = 24.8%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#955B7F (or 0x955B7F) is known color: Strikemaster. HEX triplet: 95, 5B and 7F. RGB value is (149,91,127). Sum of RGB (Red+Green+Blue) = 149+91+127=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B7F is #6AA480. Grayscale: #707070. Windows color (decimal): -6988929 or 8346517. OLE color: 8346517.

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

Color convert

RGB 149 91 127 -
CMYK 0 0.39 0.15 0.42
HSL 322.76º 0.24% 0.47% -
HSV(B) 322.76º 0.39% 0.58% -
XYZ 19.97 15.4 22 -
YUV 112.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 149 91 127 0 0.39 0.15 0.42 322.76 0.24 0.47
Hex 95 5B 7F 0 27 F 2A 143 18 2F
Octal 225 133 177 0 47 17 52 503 30 57
Binary 10010101 1011011 1111111 0 100111 1111 101010 101000011 11000 101111

Color Harmonies of #955B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B7F

Black with #955B7F

Text Example


Text Example

White with #955B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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