Html Css Color HEX #995784 Strikemaster

📋 copy color: '#995784'

red 153 ◦ green 87 ◦ blue 132

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

Shades of Strikemaster #995784

Tints of Strikemaster #995784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 41.13%
G = 23.39%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995784 (or 0x995784) is known color: Strikemaster. HEX triplet: 99, 57 and 84. RGB value is (153,87,132). Sum of RGB (Red+Green+Blue) = 153+87+132=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995784 is #66A87B. Grayscale: #6F6F6F. Windows color (decimal): -6727804 or 8673177. OLE color: 8673177.

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

Color convert

RGB 153 87 132 -
CMYK 0 0.43 0.14 0.4
HSL 319.09º 0.28% 0.47% -
HSV(B) 319.09º 0.43% 0.6% -
XYZ 20.71 15.25 23.68 -
YUV 111.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 153 87 132 0 0.43 0.14 0.4 319.09 0.28 0.47
Hex 99 57 84 0 2B E 28 13F 1C 2F
Octal 231 127 204 0 53 16 50 477 34 57
Binary 10011001 1010111 10000100 0 101011 1110 101000 100111111 11100 101111

Color Harmonies of #995784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995784

Black with #995784

Text Example


Text Example

White with #995784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995784; }

 p { color: rgb(153,87,132); }

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

background-color css

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

 a { background-color: rgb(153,87,132); }

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

border-color css

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

 span { border-color: rgb(153,87,132); }

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