Html Css Color HEX #9F065C Jazzberry Jam

📋 copy color: '#9F065C'

red 159 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #9F065C

Tints of Jazzberry Jam #9F065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 61.87%
G = 2.33%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F065C (or 0x9F065C) is known color: Jazzberry Jam. HEX triplet: 9F, 06 and 5C. RGB value is (159,6,92). Sum of RGB (Red+Green+Blue) = 159+6+92=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F065C is #60F9A3. Grayscale: #3D3D3D. Windows color (decimal): -6355364 or 6031007. OLE color: 6031007.

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

Color convert

RGB 159 6 92 -
CMYK 0 0.96 0.42 0.38
HSL 326.27º 0.93% 0.32% -
HSV(B) 326.27º 0.96% 0.62% -
XYZ 16.29 8.27 10.86 -
YUV 61.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 159 6 92 0 0.96 0.42 0.38 326.27 0.93 0.32
Hex 9F 6 5C 0 60 2A 26 146 5D 20
Octal 237 6 134 0 140 52 46 506 135 40
Binary 10011111 110 1011100 0 1100000 101010 100110 101000110 1011101 100000

Color Harmonies of #9F065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F065C

Black with #9F065C

Text Example


Text Example

White with #9F065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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