Html Css Color HEX #9F145A Jazzberry Jam

📋 copy color: '#9F145A'

red 159 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #9F145A

Tints of Jazzberry Jam #9F145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 59.11%
G = 7.43%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F145A (or 0x9F145A) is known color: Jazzberry Jam. HEX triplet: 9F, 14 and 5A. RGB value is (159,20,90). Sum of RGB (Red+Green+Blue) = 159+20+90=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F145A is #60EBA5. Grayscale: #454545. Windows color (decimal): -6351782 or 5903519. OLE color: 5903519.

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

Color convert

RGB 159 20 90 -
CMYK 0 0.87 0.43 0.38
HSL 329.78º 0.78% 0.35% -
HSV(B) 329.78º 0.87% 0.62% -
XYZ 16.39 8.61 10.47 -
YUV 69.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 159 20 90 0 0.87 0.43 0.38 329.78 0.78 0.35
Hex 9F 14 5A 0 57 2B 26 14A 4E 23
Octal 237 24 132 0 127 53 46 512 116 43
Binary 10011111 10100 1011010 0 1010111 101011 100110 101001010 1001110 100011

Color Harmonies of #9F145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F145A

Black with #9F145A

Text Example


Text Example

White with #9F145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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