Html Css Color HEX #9A0F56 Jazzberry Jam

📋 copy color: '#9A0F56'

red 154 ◦ green 15 ◦ blue 86

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

Shades of Jazzberry Jam #9A0F56

Tints of Jazzberry Jam #9A0F56

RGB

 RED value IS 154 (60.55% from 255) = 60.39%

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 60.39%
G = 5.88%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A0F56 (or 0x9A0F56) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 56. RGB value is (154,15,86). Sum of RGB (Red+Green+Blue) = 154+15+86=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F56 is #65F0A9. Grayscale: #404040. Windows color (decimal): -6680746 or 5640090. OLE color: 5640090.

HSL color Cylindrical-coordinate representation of color #9A0F56: hue angle of 329.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F56 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 15 86 -
CMYK 0 0.90 0.44 0.40
HSL 329.35º 0.82% 0.33% -
HSV(B) 329.35º 0.9% 0.6% -
XYZ 15.18 7.88 9.53 -
YUV 64.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 154 15 86 0 0.90 0.44 0.40 329.35 0.82 0.33
Hex 9A F 56 0 5A 2C 28 149 52 21
Octal 232 17 126 0 132 54 50 511 122 41
Binary 10011010 1111 1010110 0 1011010 101100 101000 101001001 1010010 100001

Color Harmonies of #9A0F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F56

Black with #9A0F56

Text Example


Text Example

White with #9A0F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,15,86); }

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

background-color css

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

 a { background-color: rgb(154,15,86); }

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

border-color css

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

 span { border-color: rgb(154,15,86); }

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