Html Css Color HEX #9F6882 Strikemaster

📋 copy color: '#9F6882'

red 159 ◦ green 104 ◦ blue 130

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

Shades of Strikemaster #9F6882

Tints of Strikemaster #9F6882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 40.46%
G = 26.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F6882 (or 0x9F6882) is known color: Strikemaster. HEX triplet: 9F, 68 and 82. RGB value is (159,104,130). Sum of RGB (Red+Green+Blue) = 159+104+130=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6882 is #60977D. Grayscale: #7B7B7B. Windows color (decimal): -6330238 or 8546463. OLE color: 8546463.

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

Color convert

RGB 159 104 130 -
CMYK 0 0.35 0.18 0.38
HSL 331.64º 0.22% 0.52% -
HSV(B) 331.64º 0.35% 0.62% -
XYZ 23.28 18.88 23.54 -
YUV 123.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 159 104 130 0 0.35 0.18 0.38 331.64 0.22 0.52
Hex 9F 68 82 0 23 12 26 14C 16 34
Octal 237 150 202 0 43 22 46 514 26 64
Binary 10011111 1101000 10000010 0 100011 10010 100110 101001100 10110 110100

Color Harmonies of #9F6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6882

Black with #9F6882

Text Example


Text Example

White with #9F6882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,130); }

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

background-color css

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

 a { background-color: rgb(159,104,130); }

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

border-color css

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

 span { border-color: rgb(159,104,130); }

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