Html Css Color HEX #9A0250 Jazzberry Jam

📋 copy color: '#9A0250'

red 154 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #9A0250

Tints of Jazzberry Jam #9A0250

RGB

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

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

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

R = 65.25%
G = 0.85%
B = 33.9%

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

#9A0250 (or 0x9A0250) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 50. RGB value is (154,2,80). Sum of RGB (Red+Green+Blue) = 154+2+80=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0250 is #65FDAF. Grayscale: #383838. Windows color (decimal): -6684080 or 5243546. OLE color: 5243546.

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

Color convert

RGB 154 2 80 -
CMYK 0 0.99 0.48 0.40
HSL 329.21º 0.97% 0.31% -
HSV(B) 329.21º 0.99% 0.6% -
XYZ 14.8 7.49 8.26 -
YUV 56.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 154 2 80 0 0.99 0.48 0.40 329.21 0.97 0.31
Hex 9A 2 50 0 63 30 28 149 61 1F
Octal 232 2 120 0 143 60 50 511 141 37
Binary 10011010 10 1010000 0 1100011 110000 101000 101001001 1100001 11111

Color Harmonies of #9A0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0250

Black with #9A0250

Text Example


Text Example

White with #9A0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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