Html Css Color HEX #956781 Strikemaster

📋 copy color: '#956781'

red 149 ◦ green 103 ◦ blue 129

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

Shades of Strikemaster #956781

Tints of Strikemaster #956781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 39.11%
G = 27.03%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#956781 (or 0x956781) is known color: Strikemaster. HEX triplet: 95, 67 and 81. RGB value is (149,103,129). Sum of RGB (Red+Green+Blue) = 149+103+129=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956781 is #6A987E. Grayscale: #777777. Windows color (decimal): -6985855 or 8480661. OLE color: 8480661.

HSL color Cylindrical-coordinate representation of color #956781: hue angle of 326.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956781 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 129 -
CMYK 0 0.31 0.13 0.42
HSL 326.09º 0.18% 0.49% -
HSV(B) 326.09º 0.31% 0.58% -
XYZ 21.21 17.68 23.06 -
YUV 119.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 149 103 129 0 0.31 0.13 0.42 326.09 0.18 0.49
Hex 95 67 81 0 1F D 2A 146 12 31
Octal 225 147 201 0 37 15 52 506 22 61
Binary 10010101 1100111 10000001 0 11111 1101 101010 101000110 10010 110001

Color Harmonies of #956781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956781

Black with #956781

Text Example


Text Example

White with #956781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956781; }

 p { color: rgb(149,103,129); }

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

background-color css

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

 a { background-color: rgb(149,103,129); }

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

border-color css

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

 span { border-color: rgb(149,103,129); }

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