Html Css Color HEX #995380 Strikemaster

📋 copy color: '#995380'

red 153 ◦ green 83 ◦ blue 128

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

Shades of Strikemaster #995380

Tints of Strikemaster #995380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 42.03%
G = 22.8%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995380 (or 0x995380) is known color: Strikemaster. HEX triplet: 99, 53 and 80. RGB value is (153,83,128). Sum of RGB (Red+Green+Blue) = 153+83+128=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #995380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995380 is #66AC7F. Grayscale: #6C6C6C. Windows color (decimal): -6728832 or 8410009. OLE color: 8410009.

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

Color convert

RGB 153 83 128 -
CMYK 0 0.46 0.16 0.4
HSL 321.43º 0.3% 0.46% -
HSV(B) 321.43º 0.46% 0.6% -
XYZ 20.13 14.52 22.16 -
YUV 109.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 153 83 128 0 0.46 0.16 0.4 321.43 0.3 0.46
Hex 99 53 80 0 2E 10 28 141 1E 2E
Octal 231 123 200 0 56 20 50 501 36 56
Binary 10011001 1010011 10000000 0 101110 10000 101000 101000001 11110 101110

Color Harmonies of #995380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995380

Black with #995380

Text Example


Text Example

White with #995380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995380; }

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

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

background-color css

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

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

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

border-color css

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

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

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