Html Css Color HEX #9F014B Jazzberry Jam

📋 copy color: '#9F014B'

red 159 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #9F014B

Tints of Jazzberry Jam #9F014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 67.66%
G = 0.43%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F014B (or 0x9F014B) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 4B. RGB value is (159,1,75). Sum of RGB (Red+Green+Blue) = 159+1+75=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F014B is #60FEB4. Grayscale: #383838. Windows color (decimal): -6356661 or 4915615. OLE color: 4915615.

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

Color convert

RGB 159 1 75 -
CMYK 0 0.99 0.53 0.38
HSL 331.9º 0.99% 0.31% -
HSV(B) 331.9º 0.99% 0.62% -
XYZ 15.58 7.9 7.36 -
YUV 56.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 159 1 75 0 0.99 0.53 0.38 331.9 0.99 0.31
Hex 9F 1 4B 0 63 35 26 14C 63 1F
Octal 237 1 113 0 143 65 46 514 143 37
Binary 10011111 1 1001011 0 1100011 110101 100110 101001100 1100011 11111

Color Harmonies of #9F014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F014B

Black with #9F014B

Text Example


Text Example

White with #9F014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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