Html Css Color HEX #956483 Strikemaster

📋 copy color: '#956483'

red 149 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #956483

Tints of Strikemaster #956483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

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

R = 39.21%
G = 26.32%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956483 (or 0x956483) is known color: Strikemaster. HEX triplet: 95, 64 and 83. RGB value is (149,100,131). Sum of RGB (Red+Green+Blue) = 149+100+131=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956483 is #6A9B7C. Grayscale: #767676. Windows color (decimal): -6986621 or 8610965. OLE color: 8610965.

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

Color convert

RGB 149 100 131 -
CMYK 0 0.33 0.12 0.42
HSL 322.04º 0.2% 0.49% -
HSV(B) 322.04º 0.33% 0.58% -
XYZ 21.05 17.14 23.67 -
YUV 118.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 149 100 131 0 0.33 0.12 0.42 322.04 0.2 0.49
Hex 95 64 83 0 21 C 2A 142 14 31
Octal 225 144 203 0 41 14 52 502 24 61
Binary 10010101 1100100 10000011 0 100001 1100 101010 101000010 10100 110001

Color Harmonies of #956483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956483

Black with #956483

Text Example


Text Example

White with #956483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956483; }

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

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

background-color css

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

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

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

border-color css

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

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

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