Html Css Color HEX #956783 Strikemaster

📋 copy color: '#956783'

red 149 ◦ green 103 ◦ blue 131

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

Shades of Strikemaster #956783

Tints of Strikemaster #956783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 38.9%
G = 26.89%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956783 (or 0x956783) is known color: Strikemaster. HEX triplet: 95, 67 and 83. RGB value is (149,103,131). Sum of RGB (Red+Green+Blue) = 149+103+131=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956783 is #6A987C. Grayscale: #777777. Windows color (decimal): -6985853 or 8611733. OLE color: 8611733.

HSL color Cylindrical-coordinate representation of color #956783: hue angle of 323.48º 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 #956783 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 131 -
CMYK 0 0.31 0.12 0.42
HSL 323.48º 0.18% 0.49% -
HSV(B) 323.48º 0.31% 0.58% -
XYZ 21.34 17.73 23.77 -
YUV 119.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 149 103 131 0 0.31 0.12 0.42 323.48 0.18 0.49
Hex 95 67 83 0 1F C 2A 143 12 31
Octal 225 147 203 0 37 14 52 503 22 61
Binary 10010101 1100111 10000011 0 11111 1100 101010 101000011 10010 110001

Color Harmonies of #956783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956783

Black with #956783

Text Example


Text Example

White with #956783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956783; }

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

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

background-color css

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

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

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

border-color css

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

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

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