Html Css Color HEX #9F6784 Strikemaster

📋 copy color: '#9F6784'

red 159 ◦ green 103 ◦ blue 132

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

Shades of Strikemaster #9F6784

Tints of Strikemaster #9F6784

RGB

 RED value IS 159 (62.5% from 255) = 40.36%

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 40.36%
G = 26.14%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F6784 (or 0x9F6784) is known color: Strikemaster. HEX triplet: 9F, 67 and 84. RGB value is (159,103,132). Sum of RGB (Red+Green+Blue) = 159+103+132=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6784 is #60987B. Grayscale: #7A7A7A. Windows color (decimal): -6330492 or 8677279. OLE color: 8677279.

HSL color Cylindrical-coordinate representation of color #9F6784: hue angle of 328.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6784 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 103 132 -
CMYK 0 0.35 0.17 0.38
HSL 328.93º 0.23% 0.51% -
HSV(B) 328.93º 0.35% 0.62% -
XYZ 23.31 18.74 24.22 -
YUV 123.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 159 103 132 0 0.35 0.17 0.38 328.93 0.23 0.51
Hex 9F 67 84 0 23 11 26 149 17 33
Octal 237 147 204 0 43 21 46 511 27 63
Binary 10011111 1100111 10000100 0 100011 10001 100110 101001001 10111 110011

Color Harmonies of #9F6784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6784

Black with #9F6784

Text Example


Text Example

White with #9F6784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6784; }

 p { color: rgb(159,103,132); }

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

background-color css

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

 a { background-color: rgb(159,103,132); }

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

border-color css

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

 span { border-color: rgb(159,103,132); }

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