Html Css Color HEX #9F065B Jazzberry Jam

📋 copy color: '#9F065B'

red 159 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #9F065B

Tints of Jazzberry Jam #9F065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 62.11%
G = 2.34%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F065B (or 0x9F065B) is known color: Jazzberry Jam. HEX triplet: 9F, 06 and 5B. RGB value is (159,6,91). Sum of RGB (Red+Green+Blue) = 159+6+91=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F065B is #60F9A4. Grayscale: #3D3D3D. Windows color (decimal): -6355365 or 5965471. OLE color: 5965471.

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

Color convert

RGB 159 6 91 -
CMYK 0 0.96 0.43 0.38
HSL 326.67º 0.93% 0.32% -
HSV(B) 326.67º 0.96% 0.62% -
XYZ 16.25 8.26 10.63 -
YUV 61.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 159 6 91 0 0.96 0.43 0.38 326.67 0.93 0.32
Hex 9F 6 5B 0 60 2B 26 147 5D 20
Octal 237 6 133 0 140 53 46 507 135 40
Binary 10011111 110 1011011 0 1100000 101011 100110 101000111 1011101 100000

Color Harmonies of #9F065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F065B

Black with #9F065B

Text Example


Text Example

White with #9F065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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