Html Css Color HEX #9A085A Jazzberry Jam

📋 copy color: '#9A085A'

red 154 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #9A085A

Tints of Jazzberry Jam #9A085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 61.11%
G = 3.17%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A085A (or 0x9A085A) is known color: Jazzberry Jam. HEX triplet: 9A, 08 and 5A. RGB value is (154,8,90). Sum of RGB (Red+Green+Blue) = 154+8+90=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A085A is #65F7A5. Grayscale: #3C3C3C. Windows color (decimal): -6682534 or 5900442. OLE color: 5900442.

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

Color convert

RGB 154 8 90 -
CMYK 0 0.95 0.42 0.40
HSL 326.3º 0.9% 0.32% -
HSV(B) 326.3º 0.95% 0.6% -
XYZ 15.26 7.78 10.37 -
YUV 61 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 154 8 90 0 0.95 0.42 0.40 326.3 0.9 0.32
Hex 9A 8 5A 0 5F 2A 28 146 5A 20
Octal 232 10 132 0 137 52 50 506 132 40
Binary 10011010 1000 1011010 0 1011111 101010 101000 101000110 1011010 100000

Color Harmonies of #9A085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A085A

Black with #9A085A

Text Example


Text Example

White with #9A085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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