Html Css Color HEX #9A185A Jazzberry Jam

📋 copy color: '#9A185A'

red 154 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #9A185A

Tints of Jazzberry Jam #9A185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 57.46%
G = 8.96%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A185A (or 0x9A185A) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 5A. RGB value is (154,24,90). Sum of RGB (Red+Green+Blue) = 154+24+90=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A185A is #65E7A5. Grayscale: #464646. Windows color (decimal): -6678438 or 5904538. OLE color: 5904538.

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

Color convert

RGB 154 24 90 -
CMYK 0 0.84 0.42 0.40
HSL 329.54º 0.73% 0.35% -
HSV(B) 329.54º 0.84% 0.6% -
XYZ 15.5 8.26 10.45 -
YUV 70.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 154 24 90 0 0.84 0.42 0.40 329.54 0.73 0.35
Hex 9A 18 5A 0 54 2A 28 14A 49 23
Octal 232 30 132 0 124 52 50 512 111 43
Binary 10011010 11000 1011010 0 1010100 101010 101000 101001010 1001001 100011

Color Harmonies of #9A185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A185A

Black with #9A185A

Text Example


Text Example

White with #9A185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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