Html Css Color HEX #955683 Strikemaster

📋 copy color: '#955683'

red 149 ◦ green 86 ◦ blue 131

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

Shades of Strikemaster #955683

Tints of Strikemaster #955683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

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

R = 40.71%
G = 23.5%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955683 (or 0x955683) is known color: Strikemaster. HEX triplet: 95, 56 and 83. RGB value is (149,86,131). Sum of RGB (Red+Green+Blue) = 149+86+131=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955683 is #6AA97C. Grayscale: #6D6D6D. Windows color (decimal): -6990205 or 8607381. OLE color: 8607381.

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

Color convert

RGB 149 86 131 -
CMYK 0 0.42 0.12 0.42
HSL 317.14º 0.27% 0.46% -
HSV(B) 317.14º 0.42% 0.58% -
XYZ 19.82 14.68 23.26 -
YUV 109.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 149 86 131 0 0.42 0.12 0.42 317.14 0.27 0.46
Hex 95 56 83 0 2A C 2A 13D 1B 2E
Octal 225 126 203 0 52 14 52 475 33 56
Binary 10010101 1010110 10000011 0 101010 1100 101010 100111101 11011 101110

Color Harmonies of #955683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955683

Black with #955683

Text Example


Text Example

White with #955683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955683; }

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

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

background-color css

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

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

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

border-color css

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

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

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