Html Css Color HEX #9F0254 Jazzberry Jam

📋 copy color: '#9F0254'

red 159 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #9F0254

Tints of Jazzberry Jam #9F0254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 64.9%
G = 0.82%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F0254 (or 0x9F0254) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 54. RGB value is (159,2,84). Sum of RGB (Red+Green+Blue) = 159+2+84=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0254 is #60FDAB. Grayscale: #3A3A3A. Windows color (decimal): -6356396 or 5505695. OLE color: 5505695.

HSL color Cylindrical-coordinate representation of color #9F0254: hue angle of 328.66º 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 #9F0254 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 84 -
CMYK 0 0.99 0.47 0.38
HSL 328.66º 0.98% 0.32% -
HSV(B) 328.66º 0.99% 0.62% -
XYZ 15.92 8.05 9.1 -
YUV 58.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 159 2 84 0 0.99 0.47 0.38 328.66 0.98 0.32
Hex 9F 2 54 0 63 2F 26 149 62 20
Octal 237 2 124 0 143 57 46 511 142 40
Binary 10011111 10 1010100 0 1100011 101111 100110 101001001 1100010 100000

Color Harmonies of #9F0254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0254

Black with #9F0254

Text Example


Text Example

White with #9F0254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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