Html Css Color HEX #995688 Strikemaster

📋 copy color: '#995688'

red 153 ◦ green 86 ◦ blue 136

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

Shades of Strikemaster #995688

Tints of Strikemaster #995688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 40.8%
G = 22.93%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#995688 (or 0x995688) is known color: Strikemaster. HEX triplet: 99, 56 and 88. RGB value is (153,86,136). Sum of RGB (Red+Green+Blue) = 153+86+136=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #995688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995688 is #66A977. Grayscale: #6F6F6F. Windows color (decimal): -6728056 or 8935065. OLE color: 8935065.

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

Color convert

RGB 153 86 136 -
CMYK 0 0.44 0.11 0.4
HSL 315.22º 0.28% 0.47% -
HSV(B) 315.22º 0.44% 0.6% -
XYZ 20.91 15.21 25.13 -
YUV 111.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 153 86 136 0 0.44 0.11 0.4 315.22 0.28 0.47
Hex 99 56 88 0 2C B 28 13B 1C 2F
Octal 231 126 210 0 54 13 50 473 34 57
Binary 10011001 1010110 10001000 0 101100 1011 101000 100111011 11100 101111

Color Harmonies of #995688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995688

Black with #995688

Text Example


Text Example

White with #995688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995688; }

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

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

background-color css

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

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

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

border-color css

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

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

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