Html Css Color HEX #9F1E62 Jazzberry Jam

📋 copy color: '#9F1E62'

red 159 ◦ green 30 ◦ blue 98

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

Shades of Jazzberry Jam #9F1E62

Tints of Jazzberry Jam #9F1E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 55.4%
G = 10.45%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F1E62 (or 0x9F1E62) is known color: Jazzberry Jam. HEX triplet: 9F, 1E and 62. RGB value is (159,30,98). Sum of RGB (Red+Green+Blue) = 159+30+98=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E62 is #60E19D. Grayscale: #4C4C4C. Windows color (decimal): -6349214 or 6430367. OLE color: 6430367.

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

Color convert

RGB 159 30 98 -
CMYK 0 0.81 0.38 0.38
HSL 328.37º 0.68% 0.37% -
HSV(B) 328.37º 0.81% 0.62% -
XYZ 16.97 9.18 12.43 -
YUV 76.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 159 30 98 0 0.81 0.38 0.38 328.37 0.68 0.37
Hex 9F 1E 62 0 51 26 26 148 44 25
Octal 237 36 142 0 121 46 46 510 104 45
Binary 10011111 11110 1100010 0 1010001 100110 100110 101001000 1000100 100101

Color Harmonies of #9F1E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E62

Black with #9F1E62

Text Example


Text Example

White with #9F1E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,98); }

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

background-color css

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

 a { background-color: rgb(159,30,98); }

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

border-color css

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

 span { border-color: rgb(159,30,98); }

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