Html Css Color HEX #9F608C Strikemaster

📋 copy color: '#9F608C'

red 159 ◦ green 96 ◦ blue 140

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

Shades of Strikemaster #9F608C

Tints of Strikemaster #9F608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 40.25%
G = 24.3%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F608C (or 0x9F608C) is known color: Strikemaster. HEX triplet: 9F, 60 and 8C. RGB value is (159,96,140). Sum of RGB (Red+Green+Blue) = 159+96+140=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F608C is #609F73. Grayscale: #777777. Windows color (decimal): -6332276 or 9199775. OLE color: 9199775.

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

Color convert

RGB 159 96 140 -
CMYK 0 0.40 0.12 0.38
HSL 318.1º 0.25% 0.5% -
HSV(B) 318.1º 0.4% 0.62% -
XYZ 23.21 17.63 26.99 -
YUV 119.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 159 96 140 0 0.40 0.12 0.38 318.1 0.25 0.5
Hex 9F 60 8C 0 28 C 26 13E 19 32
Octal 237 140 214 0 50 14 46 476 31 62
Binary 10011111 1100000 10001100 0 101000 1100 100110 100111110 11001 110010

Color Harmonies of #9F608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F608C

Black with #9F608C

Text Example


Text Example

White with #9F608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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