Html Css Color HEX #995186 Strikemaster

📋 copy color: '#995186'

red 153 ◦ green 81 ◦ blue 134

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

Shades of Strikemaster #995186

Tints of Strikemaster #995186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 41.58%
G = 22.01%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#995186 (or 0x995186) is known color: Strikemaster. HEX triplet: 99, 51 and 86. RGB value is (153,81,134). Sum of RGB (Red+Green+Blue) = 153+81+134=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #995186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995186 is #66AE79. Grayscale: #6C6C6C. Windows color (decimal): -6729338 or 8802713. OLE color: 8802713.

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

Color convert

RGB 153 81 134 -
CMYK 0 0.47 0.12 0.4
HSL 315.83º 0.31% 0.46% -
HSV(B) 315.83º 0.47% 0.6% -
XYZ 20.38 14.38 24.26 -
YUV 108.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 153 81 134 0 0.47 0.12 0.4 315.83 0.31 0.46
Hex 99 51 86 0 2F C 28 13C 1F 2E
Octal 231 121 206 0 57 14 50 474 37 56
Binary 10011001 1010001 10000110 0 101111 1100 101000 100111100 11111 101110

Color Harmonies of #995186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995186

Black with #995186

Text Example


Text Example

White with #995186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995186; }

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

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

background-color css

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

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

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

border-color css

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

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

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