Html Css Color HEX #9F014E Jazzberry Jam

📋 copy color: '#9F014E'

red 159 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #9F014E

Tints of Jazzberry Jam #9F014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 66.81%
G = 0.42%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F014E (or 0x9F014E) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 4E. RGB value is (159,1,78). Sum of RGB (Red+Green+Blue) = 159+1+78=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F014E is #60FEB1. Grayscale: #383838. Windows color (decimal): -6356658 or 5112223. OLE color: 5112223.

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

Color convert

RGB 159 1 78 -
CMYK 0 0.99 0.51 0.38
HSL 330.76º 0.99% 0.31% -
HSV(B) 330.76º 0.99% 0.62% -
XYZ 15.68 7.94 7.91 -
YUV 57.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 159 1 78 0 0.99 0.51 0.38 330.76 0.99 0.31
Hex 9F 1 4E 0 63 33 26 14B 63 1F
Octal 237 1 116 0 143 63 46 513 143 37
Binary 10011111 1 1001110 0 1100011 110011 100110 101001011 1100011 11111

Color Harmonies of #9F014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F014E

Black with #9F014E

Text Example


Text Example

White with #9F014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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