Html Css Color HEX #9F1F64 Jazzberry Jam

📋 copy color: '#9F1F64'

red 159 ◦ green 31 ◦ blue 100

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

Shades of Jazzberry Jam #9F1F64

Tints of Jazzberry Jam #9F1F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 54.83%
G = 10.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F1F64 (or 0x9F1F64) is known color: Jazzberry Jam. HEX triplet: 9F, 1F and 64. RGB value is (159,31,100). Sum of RGB (Red+Green+Blue) = 159+31+100=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F64 is #60E09B. Grayscale: #4C4C4C. Windows color (decimal): -6348956 or 6561695. OLE color: 6561695.

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

Color convert

RGB 159 31 100 -
CMYK 0 0.81 0.37 0.38
HSL 327.66º 0.67% 0.37% -
HSV(B) 327.66º 0.81% 0.62% -
XYZ 17.09 9.27 12.95 -
YUV 77.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 159 31 100 0 0.81 0.37 0.38 327.66 0.67 0.37
Hex 9F 1F 64 0 51 25 26 148 43 25
Octal 237 37 144 0 121 45 46 510 103 45
Binary 10011111 11111 1100100 0 1010001 100101 100110 101001000 1000011 100101

Color Harmonies of #9F1F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F64

Black with #9F1F64

Text Example


Text Example

White with #9F1F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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