Html Css Color HEX #9F1A64 Jazzberry Jam

📋 copy color: '#9F1A64'

red 159 ◦ green 26 ◦ blue 100

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

Shades of Jazzberry Jam #9F1A64

Tints of Jazzberry Jam #9F1A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 55.79%
G = 9.12%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F1A64 (or 0x9F1A64) is known color: Jazzberry Jam. HEX triplet: 9F, 1A and 64. RGB value is (159,26,100). Sum of RGB (Red+Green+Blue) = 159+26+100=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A64 is #60E59B. Grayscale: #4A4A4A. Windows color (decimal): -6350236 or 6560415. OLE color: 6560415.

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

Color convert

RGB 159 26 100 -
CMYK 0 0.84 0.37 0.38
HSL 326.62º 0.72% 0.36% -
HSV(B) 326.62º 0.84% 0.62% -
XYZ 16.97 9.03 12.91 -
YUV 74.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 159 26 100 0 0.84 0.37 0.38 326.62 0.72 0.36
Hex 9F 1A 64 0 54 25 26 147 48 24
Octal 237 32 144 0 124 45 46 507 110 44
Binary 10011111 11010 1100100 0 1010100 100101 100110 101000111 1001000 100100

Color Harmonies of #9F1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A64

Black with #9F1A64

Text Example


Text Example

White with #9F1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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