Html Css Color HEX #956B8A Strikemaster

📋 copy color: '#956B8A'

red 149 ◦ green 107 ◦ blue 138

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

Shades of Strikemaster #956B8A

Tints of Strikemaster #956B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 37.82%
G = 27.16%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#956B8A (or 0x956B8A) is known color: Strikemaster. HEX triplet: 95, 6B and 8A. RGB value is (149,107,138). Sum of RGB (Red+Green+Blue) = 149+107+138=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #956B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B8A is #6A9475. Grayscale: #7B7B7B. Windows color (decimal): -6984822 or 9071509. OLE color: 9071509.

HSL color Cylindrical-coordinate representation of color #956B8A: hue angle of 315.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B8A is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 138 -
CMYK 0 0.28 0.07 0.42
HSL 315.71º 0.17% 0.5% -
HSV(B) 315.71º 0.28% 0.58% -
XYZ 22.24 18.74 26.49 -
YUV 123.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 149 107 138 0 0.28 0.07 0.42 315.71 0.17 0.5
Hex 95 6B 8A 0 1C 7 2A 13C 11 32
Octal 225 153 212 0 34 7 52 474 21 62
Binary 10010101 1101011 10001010 0 11100 111 101010 100111100 10001 110010

Color Harmonies of #956B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B8A

Black with #956B8A

Text Example


Text Example

White with #956B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B8A; }

 p { color: rgb(149,107,138); }

 H1.HeaderClassName
 {
   color: #956B8A;
 }
 .AnyTagClassName
 {
   color: #956B8A;
 }
</style>

background-color css

<style>
 a { background-color: #956B8A; }

 a { background-color: rgb(149,107,138); }

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

border-color css

<style>
 span { border-color: #956B8A; }

 span { border-color: rgb(149,107,138); }

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