Html Css Color HEX #955785 Strikemaster

📋 copy color: '#955785'

red 149 ◦ green 87 ◦ blue 133

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

Shades of Strikemaster #955785

Tints of Strikemaster #955785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

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

R = 40.38%
G = 23.58%
B = 36.04%

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

#955785 (or 0x955785) is known color: Strikemaster. HEX triplet: 95, 57 and 85. RGB value is (149,87,133). Sum of RGB (Red+Green+Blue) = 149+87+133=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955785 is #6AA87A. Grayscale: #6E6E6E. Windows color (decimal): -6989947 or 8738709. OLE color: 8738709.

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

Color convert

RGB 149 87 133 -
CMYK 0 0.42 0.11 0.42
HSL 315.48º 0.26% 0.46% -
HSV(B) 315.48º 0.42% 0.58% -
XYZ 20.04 14.9 24.01 -
YUV 110.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 149 87 133 0 0.42 0.11 0.42 315.48 0.26 0.46
Hex 95 57 85 0 2A B 2A 13B 1A 2E
Octal 225 127 205 0 52 13 52 473 32 56
Binary 10010101 1010111 10000101 0 101010 1011 101010 100111011 11010 101110

Color Harmonies of #955785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955785

Black with #955785

Text Example


Text Example

White with #955785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955785; }

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

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

background-color css

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

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

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

border-color css

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

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

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