Html Css Color HEX #956183 Strikemaster

📋 copy color: '#956183'

red 149 ◦ green 97 ◦ blue 131

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

Shades of Strikemaster #956183

Tints of Strikemaster #956183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

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

R = 39.52%
G = 25.73%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956183 (or 0x956183) is known color: Strikemaster. HEX triplet: 95, 61 and 83. RGB value is (149,97,131). Sum of RGB (Red+Green+Blue) = 149+97+131=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #956183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956183 is #6A9E7C. Grayscale: #747474. Windows color (decimal): -6987389 or 8610197. OLE color: 8610197.

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

Color convert

RGB 149 97 131 -
CMYK 0 0.35 0.12 0.42
HSL 320.77º 0.21% 0.48% -
HSV(B) 320.77º 0.35% 0.58% -
XYZ 20.77 16.58 23.58 -
YUV 116.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 149 97 131 0 0.35 0.12 0.42 320.77 0.21 0.48
Hex 95 61 83 0 23 C 2A 141 15 30
Octal 225 141 203 0 43 14 52 501 25 60
Binary 10010101 1100001 10000011 0 100011 1100 101010 101000001 10101 110000

Color Harmonies of #956183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956183

Black with #956183

Text Example


Text Example

White with #956183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956183; }

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

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

background-color css

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

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

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

border-color css

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

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

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