Html Css Color HEX #995188 Strikemaster

📋 copy color: '#995188'

red 153 ◦ green 81 ◦ blue 136

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

Shades of Strikemaster #995188

Tints of Strikemaster #995188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 41.35%
G = 21.89%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#995188 (or 0x995188) is known color: Strikemaster. HEX triplet: 99, 51 and 88. RGB value is (153,81,136). Sum of RGB (Red+Green+Blue) = 153+81+136=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995188 is #66AE77. Grayscale: #6C6C6C. Windows color (decimal): -6729336 or 8933785. OLE color: 8933785.

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

Color convert

RGB 153 81 136 -
CMYK 0 0.47 0.11 0.4
HSL 314.17º 0.31% 0.46% -
HSV(B) 314.17º 0.47% 0.6% -
XYZ 20.52 14.43 25 -
YUV 108.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 153 81 136 0 0.47 0.11 0.4 314.17 0.31 0.46
Hex 99 51 88 0 2F B 28 13A 1F 2E
Octal 231 121 210 0 57 13 50 472 37 56
Binary 10011001 1010001 10001000 0 101111 1011 101000 100111010 11111 101110

Color Harmonies of #995188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995188

Black with #995188

Text Example


Text Example

White with #995188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995188; }

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

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

background-color css

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

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

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

border-color css

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

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

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