Html Css Color HEX #9F6085 Strikemaster

📋 copy color: '#9F6085'

red 159 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #9F6085

Tints of Strikemaster #9F6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 40.98%
G = 24.74%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F6085 (or 0x9F6085) is known color: Strikemaster. HEX triplet: 9F, 60 and 85. RGB value is (159,96,133). Sum of RGB (Red+Green+Blue) = 159+96+133=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6085 is #609F7A. Grayscale: #767676. Windows color (decimal): -6332283 or 8741023. OLE color: 8741023.

HSL color Cylindrical-coordinate representation of color #9F6085: hue angle of 324.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6085 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 133 -
CMYK 0 0.40 0.16 0.38
HSL 324.76º 0.25% 0.5% -
HSV(B) 324.76º 0.4% 0.62% -
XYZ 22.71 17.43 24.36 -
YUV 119.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 159 96 133 0 0.40 0.16 0.38 324.76 0.25 0.5
Hex 9F 60 85 0 28 10 26 145 19 32
Octal 237 140 205 0 50 20 46 505 31 62
Binary 10011111 1100000 10000101 0 101000 10000 100110 101000101 11001 110010

Color Harmonies of #9F6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6085

Black with #9F6085

Text Example


Text Example

White with #9F6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,133); }

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

background-color css

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

 a { background-color: rgb(159,96,133); }

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

border-color css

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

 span { border-color: rgb(159,96,133); }

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