Html Css Color HEX #9F1F69 Jazzberry Jam

📋 copy color: '#9F1F69'

red 159 ◦ green 31 ◦ blue 105

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

Shades of Jazzberry Jam #9F1F69

Tints of Jazzberry Jam #9F1F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 53.9%
G = 10.51%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F1F69 (or 0x9F1F69) is known color: Jazzberry Jam. HEX triplet: 9F, 1F and 69. RGB value is (159,31,105). Sum of RGB (Red+Green+Blue) = 159+31+105=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F69 is #60E096. Grayscale: #4D4D4D. Windows color (decimal): -6348951 or 6889375. OLE color: 6889375.

HSL color Cylindrical-coordinate representation of color #9F1F69: hue angle of 325.31º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F69 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 105 -
CMYK 0 0.81 0.34 0.38
HSL 325.31º 0.67% 0.37% -
HSV(B) 325.31º 0.81% 0.62% -
XYZ 17.34 9.37 14.26 -
YUV 77.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 159 31 105 0 0.81 0.34 0.38 325.31 0.67 0.37
Hex 9F 1F 69 0 51 22 26 145 43 25
Octal 237 37 151 0 121 42 46 505 103 45
Binary 10011111 11111 1101001 0 1010001 100010 100110 101000101 1000011 100101

Color Harmonies of #9F1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F69

Black with #9F1F69

Text Example


Text Example

White with #9F1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,105); }

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

background-color css

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

 a { background-color: rgb(159,31,105); }

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

border-color css

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

 span { border-color: rgb(159,31,105); }

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