Html Css Color HEX #995878 Strikemaster

📋 copy color: '#995878'

red 153 ◦ green 88 ◦ blue 120

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

Shades of Strikemaster #995878

Tints of Strikemaster #995878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 42.38%
G = 24.38%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995878 (or 0x995878) is known color: Strikemaster. HEX triplet: 99, 58 and 78. RGB value is (153,88,120). Sum of RGB (Red+Green+Blue) = 153+88+120=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995878 is #66A787. Grayscale: #6F6F6F. Windows color (decimal): -6727560 or 7887001. OLE color: 7887001.

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

Color convert

RGB 153 88 120 -
CMYK 0 0.42 0.22 0.4
HSL 330.46º 0.27% 0.47% -
HSV(B) 330.46º 0.42% 0.6% -
XYZ 20.02 15.11 19.63 -
YUV 111.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 153 88 120 0 0.42 0.22 0.4 330.46 0.27 0.47
Hex 99 58 78 0 2A 16 28 14A 1B 2F
Octal 231 130 170 0 52 26 50 512 33 57
Binary 10011001 1011000 1111000 0 101010 10110 101000 101001010 11011 101111

Color Harmonies of #995878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995878

Black with #995878

Text Example


Text Example

White with #995878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995878; }

 p { color: rgb(153,88,120); }

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

background-color css

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

 a { background-color: rgb(153,88,120); }

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

border-color css

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

 span { border-color: rgb(153,88,120); }

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