Html Css Color HEX #9A0E5A Jazzberry Jam

📋 copy color: '#9A0E5A'

red 154 ◦ green 14 ◦ blue 90

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

Shades of Jazzberry Jam #9A0E5A

Tints of Jazzberry Jam #9A0E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 59.69%
G = 5.43%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A0E5A (or 0x9A0E5A) is known color: Jazzberry Jam. HEX triplet: 9A, 0E and 5A. RGB value is (154,14,90). Sum of RGB (Red+Green+Blue) = 154+14+90=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0E5A is #65F1A5. Grayscale: #404040. Windows color (decimal): -6680998 or 5901978. OLE color: 5901978.

HSL color Cylindrical-coordinate representation of color #9A0E5A: hue angle of 327.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E5A is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 90 -
CMYK 0 0.91 0.42 0.40
HSL 327.43º 0.83% 0.33% -
HSV(B) 327.43º 0.91% 0.6% -
XYZ 15.33 7.92 10.39 -
YUV 64.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 154 14 90 0 0.91 0.42 0.40 327.43 0.83 0.33
Hex 9A E 5A 0 5B 2A 28 147 53 21
Octal 232 16 132 0 133 52 50 507 123 41
Binary 10011010 1110 1011010 0 1011011 101010 101000 101000111 1010011 100001

Color Harmonies of #9A0E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E5A

Black with #9A0E5A

Text Example


Text Example

White with #9A0E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,90); }

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

background-color css

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

 a { background-color: rgb(154,14,90); }

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

border-color css

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

 span { border-color: rgb(154,14,90); }

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