Html Css Color HEX #995180 Strikemaster

📋 copy color: '#995180'

red 153 ◦ green 81 ◦ blue 128

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

Shades of Strikemaster #995180

Tints of Strikemaster #995180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 42.27%
G = 22.38%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995180 (or 0x995180) is known color: Strikemaster. HEX triplet: 99, 51 and 80. RGB value is (153,81,128). Sum of RGB (Red+Green+Blue) = 153+81+128=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995180 is #66AE7F. Grayscale: #6B6B6B. Windows color (decimal): -6729344 or 8409497. OLE color: 8409497.

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

Color convert

RGB 153 81 128 -
CMYK 0 0.47 0.16 0.4
HSL 320.83º 0.31% 0.46% -
HSV(B) 320.83º 0.47% 0.6% -
XYZ 19.98 14.22 22.11 -
YUV 107.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 153 81 128 0 0.47 0.16 0.4 320.83 0.31 0.46
Hex 99 51 80 0 2F 10 28 141 1F 2E
Octal 231 121 200 0 57 20 50 501 37 56
Binary 10011001 1010001 10000000 0 101111 10000 101000 101000001 11111 101110

Color Harmonies of #995180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995180

Black with #995180

Text Example


Text Example

White with #995180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995180; }

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

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

background-color css

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

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

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

border-color css

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

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

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