Html Css Color HEX #995888 Strikemaster

📋 copy color: '#995888'

red 153 ◦ green 88 ◦ blue 136

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

Shades of Strikemaster #995888

Tints of Strikemaster #995888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

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

R = 40.58%
G = 23.34%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#995888 (or 0x995888) is known color: Strikemaster. HEX triplet: 99, 58 and 88. RGB value is (153,88,136). Sum of RGB (Red+Green+Blue) = 153+88+136=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #995888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995888 is #66A777. Grayscale: #707070. Windows color (decimal): -6727544 or 8935577. OLE color: 8935577.

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

Color convert

RGB 153 88 136 -
CMYK 0 0.42 0.11 0.4
HSL 315.69º 0.27% 0.47% -
HSV(B) 315.69º 0.42% 0.6% -
XYZ 21.07 15.53 25.18 -
YUV 112.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 153 88 136 0 0.42 0.11 0.4 315.69 0.27 0.47
Hex 99 58 88 0 2A B 28 13C 1B 2F
Octal 231 130 210 0 52 13 50 474 33 57
Binary 10011001 1011000 10001000 0 101010 1011 101000 100111100 11011 101111

Color Harmonies of #995888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995888

Black with #995888

Text Example


Text Example

White with #995888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995888; }

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

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

background-color css

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

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

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

border-color css

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

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

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