Html Css Color HEX #9F165C Jazzberry Jam

📋 copy color: '#9F165C'

red 159 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #9F165C

Tints of Jazzberry Jam #9F165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 58.24%
G = 8.06%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F165C (or 0x9F165C) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 5C. RGB value is (159,22,92). Sum of RGB (Red+Green+Blue) = 159+22+92=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F165C is #60E9A3. Grayscale: #464646. Windows color (decimal): -6351268 or 6035103. OLE color: 6035103.

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

Color convert

RGB 159 22 92 -
CMYK 0 0.86 0.42 0.38
HSL 329.34º 0.76% 0.35% -
HSV(B) 329.34º 0.86% 0.62% -
XYZ 16.52 8.72 10.94 -
YUV 70.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 159 22 92 0 0.86 0.42 0.38 329.34 0.76 0.35
Hex 9F 16 5C 0 56 2A 26 149 4C 23
Octal 237 26 134 0 126 52 46 511 114 43
Binary 10011111 10110 1011100 0 1010110 101010 100110 101001001 1001100 100011

Color Harmonies of #9F165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F165C

Black with #9F165C

Text Example


Text Example

White with #9F165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,92); }

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

background-color css

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

 a { background-color: rgb(159,22,92); }

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

border-color css

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

 span { border-color: rgb(159,22,92); }

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