Html Css Color HEX #9F0A5D Jazzberry Jam

📋 copy color: '#9F0A5D'

red 159 ◦ green 10 ◦ blue 93

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

Shades of Jazzberry Jam #9F0A5D

Tints of Jazzberry Jam #9F0A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 60.69%
G = 3.82%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F0A5D (or 0x9F0A5D) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 5D. RGB value is (159,10,93). Sum of RGB (Red+Green+Blue) = 159+10+93=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A5D is #60F5A2. Grayscale: #3F3F3F. Windows color (decimal): -6354339 or 6097567. OLE color: 6097567.

HSL color Cylindrical-coordinate representation of color #9F0A5D: hue angle of 326.58º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A5D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 10 93 -
CMYK 0 0.94 0.42 0.38
HSL 326.58º 0.88% 0.33% -
HSV(B) 326.58º 0.94% 0.62% -
XYZ 16.38 8.38 11.11 -
YUV 64.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 159 10 93 0 0.94 0.42 0.38 326.58 0.88 0.33
Hex 9F A 5D 0 5E 2A 26 147 58 21
Octal 237 12 135 0 136 52 46 507 130 41
Binary 10011111 1010 1011101 0 1011110 101010 100110 101000111 1011000 100001

Color Harmonies of #9F0A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A5D

Black with #9F0A5D

Text Example


Text Example

White with #9F0A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,93); }

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

background-color css

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

 a { background-color: rgb(159,10,93); }

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

border-color css

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

 span { border-color: rgb(159,10,93); }

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