Html Css Color HEX #995478 Strikemaster

📋 copy color: '#995478'

red 153 ◦ green 84 ◦ blue 120

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

Shades of Strikemaster #995478

Tints of Strikemaster #995478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

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

R = 42.86%
G = 23.53%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995478 (or 0x995478) is known color: Strikemaster. HEX triplet: 99, 54 and 78. RGB value is (153,84,120). Sum of RGB (Red+Green+Blue) = 153+84+120=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995478 is #66AB87. Grayscale: #6C6C6C. Windows color (decimal): -6728584 or 7885977. OLE color: 7885977.

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

Color convert

RGB 153 84 120 -
CMYK 0 0.45 0.22 0.4
HSL 328.7º 0.29% 0.46% -
HSV(B) 328.7º 0.45% 0.6% -
XYZ 19.7 14.47 19.52 -
YUV 108.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 153 84 120 0 0.45 0.22 0.4 328.7 0.29 0.46
Hex 99 54 78 0 2D 16 28 149 1D 2E
Octal 231 124 170 0 55 26 50 511 35 56
Binary 10011001 1010100 1111000 0 101101 10110 101000 101001001 11101 101110

Color Harmonies of #995478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995478

Black with #995478

Text Example


Text Example

White with #995478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995478; }

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

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

background-color css

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

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

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

border-color css

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

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

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