Html Css Color HEX #9F0258 Jazzberry Jam

📋 copy color: '#9F0258'

red 159 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #9F0258

Tints of Jazzberry Jam #9F0258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 63.86%
G = 0.8%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F0258 (or 0x9F0258) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 58. RGB value is (159,2,88). Sum of RGB (Red+Green+Blue) = 159+2+88=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0258 is #60FDA7. Grayscale: #3A3A3A. Windows color (decimal): -6356392 or 5767839. OLE color: 5767839.

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

Color convert

RGB 159 2 88 -
CMYK 0 0.99 0.45 0.38
HSL 327.13º 0.98% 0.32% -
HSV(B) 327.13º 0.99% 0.62% -
XYZ 16.08 8.12 9.95 -
YUV 58.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 159 2 88 0 0.99 0.45 0.38 327.13 0.98 0.32
Hex 9F 2 58 0 63 2D 26 147 62 20
Octal 237 2 130 0 143 55 46 507 142 40
Binary 10011111 10 1011000 0 1100011 101101 100110 101000111 1100010 100000

Color Harmonies of #9F0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0258

Black with #9F0258

Text Example


Text Example

White with #9F0258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,88); }

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

background-color css

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

 a { background-color: rgb(159,2,88); }

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

border-color css

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

 span { border-color: rgb(159,2,88); }

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