Html Css Color HEX #995685 Strikemaster

📋 copy color: '#995685'

red 153 ◦ green 86 ◦ blue 133

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

Shades of Strikemaster #995685

Tints of Strikemaster #995685

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

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

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

R = 41.13%
G = 23.12%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#995685 (or 0x995685) is known color: Strikemaster. HEX triplet: 99, 56 and 85. RGB value is (153,86,133). Sum of RGB (Red+Green+Blue) = 153+86+133=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995685 is #66A97A. Grayscale: #6F6F6F. Windows color (decimal): -6728059 or 8738457. OLE color: 8738457.

HSL color Cylindrical-coordinate representation of color #995685: hue angle of 317.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995685 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 133 -
CMYK 0 0.44 0.13 0.4
HSL 317.91º 0.28% 0.47% -
HSV(B) 317.91º 0.44% 0.6% -
XYZ 20.7 15.12 24.02 -
YUV 111.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 153 86 133 0 0.44 0.13 0.4 317.91 0.28 0.47
Hex 99 56 85 0 2C D 28 13E 1C 2F
Octal 231 126 205 0 54 15 50 476 34 57
Binary 10011001 1010110 10000101 0 101100 1101 101000 100111110 11100 101111

Color Harmonies of #995685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995685

Black with #995685

Text Example


Text Example

White with #995685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995685; }

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

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

background-color css

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

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

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

border-color css

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

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

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