Html Css Color HEX #9F005A Jazzberry Jam

📋 copy color: '#9F005A'

red 159 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #9F005A

Tints of Jazzberry Jam #9F005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 63.86%
G = 0%
B = 36.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F005A (or 0x9F005A) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 5A. RGB value is (159,0,90). Sum of RGB (Red+Green+Blue) = 159+0+90=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F005A is #60FFA5. Grayscale: #393939. Windows color (decimal): -6356902 or 5898399. OLE color: 5898399.

HSL color Cylindrical-coordinate representation of color #9F005A: hue angle of 326.04º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F005A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 90 -
CMYK 0 1 0.43 0.38
HSL 326.04º 1% 0.31% -
HSV(B) 326.04º 1% 0.62% -
XYZ 16.14 8.11 10.39 -
YUV 57.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 159 0 90 0 1 0.43 0.38 326.04 1 0.31
Hex 9F 0 5A 0 64 2B 26 146 64 1F
Octal 237 0 132 0 144 53 46 506 144 37
Binary 10011111 0 1011010 0 1100100 101011 100110 101000110 1100100 11111

Color Harmonies of #9F005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F005A

Black with #9F005A

Text Example


Text Example

White with #9F005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,90); }

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

background-color css

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

 a { background-color: rgb(159,0,90); }

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

border-color css

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

 span { border-color: rgb(159,0,90); }

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