Html Css Color HEX #995689 Strikemaster

📋 copy color: '#995689'

red 153 ◦ green 86 ◦ blue 137

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

Shades of Strikemaster #995689

Tints of Strikemaster #995689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 40.69%
G = 22.87%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#995689 (or 0x995689) is known color: Strikemaster. HEX triplet: 99, 56 and 89. RGB value is (153,86,137). Sum of RGB (Red+Green+Blue) = 153+86+137=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #995689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995689 is #66A976. Grayscale: #6F6F6F. Windows color (decimal): -6728055 or 9000601. OLE color: 9000601.

HSL color Cylindrical-coordinate representation of color #995689: hue angle of 314.33º 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 #995689 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 137 -
CMYK 0 0.44 0.10 0.4
HSL 314.33º 0.28% 0.47% -
HSV(B) 314.33º 0.44% 0.6% -
XYZ 20.98 15.23 25.5 -
YUV 111.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 153 86 137 0 0.44 0.10 0.4 314.33 0.28 0.47
Hex 99 56 89 0 2C A 28 13A 1C 2F
Octal 231 126 211 0 54 12 50 472 34 57
Binary 10011001 1010110 10001001 0 101100 1010 101000 100111010 11100 101111

Color Harmonies of #995689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995689

Black with #995689

Text Example


Text Example

White with #995689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995689; }

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

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

background-color css

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

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

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

border-color css

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

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

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