Html Css Color HEX #9F014C Jazzberry Jam

📋 copy color: '#9F014C'

red 159 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #9F014C

Tints of Jazzberry Jam #9F014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 67.37%
G = 0.42%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F014C (or 0x9F014C) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 4C. RGB value is (159,1,76). Sum of RGB (Red+Green+Blue) = 159+1+76=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F014C is #60FEB3. Grayscale: #383838. Windows color (decimal): -6356660 or 4981151. OLE color: 4981151.

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

Color convert

RGB 159 1 76 -
CMYK 0 0.99 0.52 0.38
HSL 331.52º 0.99% 0.31% -
HSV(B) 331.52º 0.99% 0.62% -
XYZ 15.61 7.91 7.54 -
YUV 56.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 159 1 76 0 0.99 0.52 0.38 331.52 0.99 0.31
Hex 9F 1 4C 0 63 34 26 14C 63 1F
Octal 237 1 114 0 143 64 46 514 143 37
Binary 10011111 1 1001100 0 1100011 110100 100110 101001100 1100011 11111

Color Harmonies of #9F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F014C

Black with #9F014C

Text Example


Text Example

White with #9F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,76); }

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

background-color css

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

 a { background-color: rgb(159,1,76); }

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

border-color css

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

 span { border-color: rgb(159,1,76); }

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