Html Css Color HEX #9A185E Jazzberry Jam

📋 copy color: '#9A185E'

red 154 ◦ green 24 ◦ blue 94

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

Shades of Jazzberry Jam #9A185E

Tints of Jazzberry Jam #9A185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 56.62%
G = 8.82%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#9A185E (or 0x9A185E) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 5E. RGB value is (154,24,94). Sum of RGB (Red+Green+Blue) = 154+24+94=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A185E is #65E7A1. Grayscale: #464646. Windows color (decimal): -6678434 or 6166682. OLE color: 6166682.

HSL color Cylindrical-coordinate representation of color #9A185E: hue angle of 327.69º 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 #9A185E is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 24 94 -
CMYK 0 0.84 0.39 0.40
HSL 327.69º 0.73% 0.35% -
HSV(B) 327.69º 0.84% 0.6% -
XYZ 15.67 8.33 11.37 -
YUV 70.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 154 24 94 0 0.84 0.39 0.40 327.69 0.73 0.35
Hex 9A 18 5E 0 54 27 28 148 49 23
Octal 232 30 136 0 124 47 50 510 111 43
Binary 10011010 11000 1011110 0 1010100 100111 101000 101001000 1001001 100011

Color Harmonies of #9A185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A185E

Black with #9A185E

Text Example


Text Example

White with #9A185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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