Html Css Color HEX #9F6683 Strikemaster

📋 copy color: '#9F6683'

red 159 ◦ green 102 ◦ blue 131

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

Shades of Strikemaster #9F6683

Tints of Strikemaster #9F6683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 40.56%
G = 26.02%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F6683 (or 0x9F6683) is known color: Strikemaster. HEX triplet: 9F, 66 and 83. RGB value is (159,102,131). Sum of RGB (Red+Green+Blue) = 159+102+131=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6683 is #60997C. Grayscale: #7A7A7A. Windows color (decimal): -6330749 or 8611487. OLE color: 8611487.

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

Color convert

RGB 159 102 131 -
CMYK 0 0.36 0.18 0.38
HSL 329.47º 0.23% 0.51% -
HSV(B) 329.47º 0.36% 0.62% -
XYZ 23.15 18.51 23.83 -
YUV 122.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 159 102 131 0 0.36 0.18 0.38 329.47 0.23 0.51
Hex 9F 66 83 0 24 12 26 149 17 33
Octal 237 146 203 0 44 22 46 511 27 63
Binary 10011111 1100110 10000011 0 100100 10010 100110 101001001 10111 110011

Color Harmonies of #9F6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6683

Black with #9F6683

Text Example


Text Example

White with #9F6683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,131); }

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

background-color css

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

 a { background-color: rgb(159,102,131); }

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

border-color css

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

 span { border-color: rgb(159,102,131); }

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