Html Css Color HEX #956283 Strikemaster

📋 copy color: '#956283'

red 149 ◦ green 98 ◦ blue 131

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

Shades of Strikemaster #956283

Tints of Strikemaster #956283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

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

R = 39.42%
G = 25.93%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956283 (or 0x956283) is known color: Strikemaster. HEX triplet: 95, 62 and 83. RGB value is (149,98,131). Sum of RGB (Red+Green+Blue) = 149+98+131=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #956283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956283 is #6A9D7C. Grayscale: #747474. Windows color (decimal): -6987133 or 8610453. OLE color: 8610453.

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

Color convert

RGB 149 98 131 -
CMYK 0 0.34 0.12 0.42
HSL 321.18º 0.21% 0.48% -
HSV(B) 321.18º 0.34% 0.58% -
XYZ 20.86 16.76 23.61 -
YUV 117.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 149 98 131 0 0.34 0.12 0.42 321.18 0.21 0.48
Hex 95 62 83 0 22 C 2A 141 15 30
Octal 225 142 203 0 42 14 52 501 25 60
Binary 10010101 1100010 10000011 0 100010 1100 101010 101000001 10101 110000

Color Harmonies of #956283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956283

Black with #956283

Text Example


Text Example

White with #956283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956283; }

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

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

background-color css

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

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

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

border-color css

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

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

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