Html Css Color HEX #9F015C Jazzberry Jam

📋 copy color: '#9F015C'

red 159 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #9F015C

Tints of Jazzberry Jam #9F015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 63.1%
G = 0.4%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F015C (or 0x9F015C) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 5C. RGB value is (159,1,92). Sum of RGB (Red+Green+Blue) = 159+1+92=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F015C is #60FEA3. Grayscale: #3A3A3A. Windows color (decimal): -6356644 or 6029727. OLE color: 6029727.

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

Color convert

RGB 159 1 92 -
CMYK 0 0.99 0.42 0.38
HSL 325.44º 0.99% 0.31% -
HSV(B) 325.44º 0.99% 0.62% -
XYZ 16.24 8.17 10.85 -
YUV 58.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 159 1 92 0 0.99 0.42 0.38 325.44 0.99 0.31
Hex 9F 1 5C 0 63 2A 26 145 63 1F
Octal 237 1 134 0 143 52 46 505 143 37
Binary 10011111 1 1011100 0 1100011 101010 100110 101000101 1100011 11111

Color Harmonies of #9F015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F015C

Black with #9F015C

Text Example


Text Example

White with #9F015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,92); }

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

background-color css

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

 a { background-color: rgb(159,1,92); }

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

border-color css

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

 span { border-color: rgb(159,1,92); }

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