Html Css Color HEX #995184 Strikemaster

📋 copy color: '#995184'

red 153 ◦ green 81 ◦ blue 132

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

Shades of Strikemaster #995184

Tints of Strikemaster #995184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 41.8%
G = 22.13%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995184 (or 0x995184) is known color: Strikemaster. HEX triplet: 99, 51 and 84. RGB value is (153,81,132). Sum of RGB (Red+Green+Blue) = 153+81+132=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #995184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995184 is #66AE7B. Grayscale: #6C6C6C. Windows color (decimal): -6729340 or 8671641. OLE color: 8671641.

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

Color convert

RGB 153 81 132 -
CMYK 0 0.47 0.14 0.4
HSL 317.5º 0.31% 0.46% -
HSV(B) 317.5º 0.47% 0.6% -
XYZ 20.24 14.32 23.53 -
YUV 108.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 153 81 132 0 0.47 0.14 0.4 317.5 0.31 0.46
Hex 99 51 84 0 2F E 28 13E 1F 2E
Octal 231 121 204 0 57 16 50 476 37 56
Binary 10011001 1010001 10000100 0 101111 1110 101000 100111110 11111 101110

Color Harmonies of #995184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995184

Black with #995184

Text Example


Text Example

White with #995184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995184; }

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

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

background-color css

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

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

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

border-color css

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

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

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