Html Css Color HEX #9F6888 Strikemaster

📋 copy color: '#9F6888'

red 159 ◦ green 104 ◦ blue 136

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

Shades of Strikemaster #9F6888

Tints of Strikemaster #9F6888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 39.85%
G = 26.07%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F6888 (or 0x9F6888) is known color: Strikemaster. HEX triplet: 9F, 68 and 88. RGB value is (159,104,136). Sum of RGB (Red+Green+Blue) = 159+104+136=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6888 is #609777. Grayscale: #7C7C7C. Windows color (decimal): -6330232 or 8939679. OLE color: 8939679.

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

Color convert

RGB 159 104 136 -
CMYK 0 0.35 0.14 0.38
HSL 325.09º 0.22% 0.52% -
HSV(B) 325.09º 0.35% 0.62% -
XYZ 23.69 19.05 25.72 -
YUV 124.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 159 104 136 0 0.35 0.14 0.38 325.09 0.22 0.52
Hex 9F 68 88 0 23 E 26 145 16 34
Octal 237 150 210 0 43 16 46 505 26 64
Binary 10011111 1101000 10001000 0 100011 1110 100110 101000101 10110 110100

Color Harmonies of #9F6888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6888

Black with #9F6888

Text Example


Text Example

White with #9F6888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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