Html Css Color HEX #9F6883 Strikemaster

📋 copy color: '#9F6883'

red 159 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #9F6883

Tints of Strikemaster #9F6883

RGB

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

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

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

R = 40.36%
G = 26.4%
B = 33.25%

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

#9F6883 (or 0x9F6883) is known color: Strikemaster. HEX triplet: 9F, 68 and 83. RGB value is (159,104,131). Sum of RGB (Red+Green+Blue) = 159+104+131=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6883 is #60977C. Grayscale: #7B7B7B. Windows color (decimal): -6330237 or 8611999. OLE color: 8611999.

HSL color Cylindrical-coordinate representation of color #9F6883: hue angle of 330.55º 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 #9F6883 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 104 131 -
CMYK 0 0.35 0.18 0.38
HSL 330.55º 0.22% 0.52% -
HSV(B) 330.55º 0.35% 0.62% -
XYZ 23.35 18.91 23.89 -
YUV 123.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 159 104 131 0 0.35 0.18 0.38 330.55 0.22 0.52
Hex 9F 68 83 0 23 12 26 14B 16 34
Octal 237 150 203 0 43 22 46 513 26 64
Binary 10011111 1101000 10000011 0 100011 10010 100110 101001011 10110 110100

Color Harmonies of #9F6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6883

Black with #9F6883

Text Example


Text Example

White with #9F6883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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