Html Css Color HEX #9F0C62 Jazzberry Jam

📋 copy color: '#9F0C62'

red 159 ◦ green 12 ◦ blue 98

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

Shades of Jazzberry Jam #9F0C62

Tints of Jazzberry Jam #9F0C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 59.11%
G = 4.46%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F0C62 (or 0x9F0C62) is known color: Jazzberry Jam. HEX triplet: 9F, 0C and 62. RGB value is (159,12,98). Sum of RGB (Red+Green+Blue) = 159+12+98=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C62 is #60F39D. Grayscale: #414141. Windows color (decimal): -6353822 or 6425759. OLE color: 6425759.

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

Color convert

RGB 159 12 98 -
CMYK 0 0.92 0.38 0.38
HSL 324.9º 0.86% 0.34% -
HSV(B) 324.9º 0.92% 0.62% -
XYZ 16.63 8.52 12.32 -
YUV 65.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 159 12 98 0 0.92 0.38 0.38 324.9 0.86 0.34
Hex 9F C 62 0 5C 26 26 145 56 22
Octal 237 14 142 0 134 46 46 505 126 42
Binary 10011111 1100 1100010 0 1011100 100110 100110 101000101 1010110 100010

Color Harmonies of #9F0C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C62

Black with #9F0C62

Text Example


Text Example

White with #9F0C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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