Html Css Color HEX #995678 Strikemaster

📋 copy color: '#995678'

red 153 ◦ green 86 ◦ blue 120

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

Shades of Strikemaster #995678

Tints of Strikemaster #995678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 42.62%
G = 23.96%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#995678 (or 0x995678) is known color: Strikemaster. HEX triplet: 99, 56 and 78. RGB value is (153,86,120). Sum of RGB (Red+Green+Blue) = 153+86+120=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995678 is #66A987. Grayscale: #6D6D6D. Windows color (decimal): -6728072 or 7886489. OLE color: 7886489.

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

Color convert

RGB 153 86 120 -
CMYK 0 0.44 0.22 0.4
HSL 329.55º 0.28% 0.47% -
HSV(B) 329.55º 0.44% 0.6% -
XYZ 19.85 14.78 19.58 -
YUV 109.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 153 86 120 0 0.44 0.22 0.4 329.55 0.28 0.47
Hex 99 56 78 0 2C 16 28 14A 1C 2F
Octal 231 126 170 0 54 26 50 512 34 57
Binary 10011001 1010110 1111000 0 101100 10110 101000 101001010 11100 101111

Color Harmonies of #995678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995678

Black with #995678

Text Example


Text Example

White with #995678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995678; }

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

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

background-color css

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

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

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

border-color css

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

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

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