Html Css Color HEX #9A0150 Jazzberry Jam

📋 copy color: '#9A0150'

red 154 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #9A0150

Tints of Jazzberry Jam #9A0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 65.53%
G = 0.43%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A0150 (or 0x9A0150) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 50. RGB value is (154,1,80). Sum of RGB (Red+Green+Blue) = 154+1+80=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0150 is #65FEAF. Grayscale: #373737. Windows color (decimal): -6684336 or 5243290. OLE color: 5243290.

HSL color Cylindrical-coordinate representation of color #9A0150: hue angle of 329.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0150 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 80 -
CMYK 0 0.99 0.48 0.40
HSL 329.02º 0.99% 0.3% -
HSV(B) 329.02º 0.99% 0.6% -
XYZ 14.79 7.47 8.25 -
YUV 55.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 154 1 80 0 0.99 0.48 0.40 329.02 0.99 0.3
Hex 9A 1 50 0 63 30 28 149 63 1E
Octal 232 1 120 0 143 60 50 511 143 36
Binary 10011010 1 1010000 0 1100011 110000 101000 101001001 1100011 11110

Color Harmonies of #9A0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0150

Black with #9A0150

Text Example


Text Example

White with #9A0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,80); }

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

background-color css

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

 a { background-color: rgb(154,1,80); }

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

border-color css

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

 span { border-color: rgb(154,1,80); }

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