Html Css Color HEX #9F0054 Jazzberry Jam

📋 copy color: '#9F0054'

red 159 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #9F0054

Tints of Jazzberry Jam #9F0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.43%
G = 0%
B = 34.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F0054 (or 0x9F0054) is known color: Jazzberry Jam. HEX triplet: 9F, 00 and 54. RGB value is (159,0,84). Sum of RGB (Red+Green+Blue) = 159+0+84=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0054 is #60FFAB. Grayscale: #383838. Windows color (decimal): -6356908 or 5505183. OLE color: 5505183.

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

Color convert

RGB 159 0 84 -
CMYK 0 1 0.47 0.38
HSL 328.3º 1% 0.31% -
HSV(B) 328.3º 1% 0.62% -
XYZ 15.9 8.01 9.1 -
YUV 57.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 159 0 84 0 1 0.47 0.38 328.3 1 0.31
Hex 9F 0 54 0 64 2F 26 148 64 1F
Octal 237 0 124 0 144 57 46 510 144 37
Binary 10011111 0 1010100 0 1100100 101111 100110 101001000 1100100 11111

Color Harmonies of #9F0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0054

Black with #9F0054

Text Example


Text Example

White with #9F0054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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