Html Css Color HEX #955685 Strikemaster

📋 copy color: '#955685'

red 149 ◦ green 86 ◦ blue 133

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

Shades of Strikemaster #955685

Tints of Strikemaster #955685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 40.49%
G = 23.37%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955685 (or 0x955685) is known color: Strikemaster. HEX triplet: 95, 56 and 85. RGB value is (149,86,133). Sum of RGB (Red+Green+Blue) = 149+86+133=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #955685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955685 is #6AA97A. Grayscale: #6E6E6E. Windows color (decimal): -6990203 or 8738453. OLE color: 8738453.

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

Color convert

RGB 149 86 133 -
CMYK 0 0.42 0.11 0.42
HSL 315.24º 0.27% 0.46% -
HSV(B) 315.24º 0.42% 0.58% -
XYZ 19.96 14.74 23.98 -
YUV 110.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 149 86 133 0 0.42 0.11 0.42 315.24 0.27 0.46
Hex 95 56 85 0 2A B 2A 13B 1B 2E
Octal 225 126 205 0 52 13 52 473 33 56
Binary 10010101 1010110 10000101 0 101010 1011 101010 100111011 11011 101110

Color Harmonies of #955685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955685

Black with #955685

Text Example


Text Example

White with #955685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955685; }

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

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

background-color css

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

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

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

border-color css

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

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

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