Html Css Color HEX #9A186D Jazzberry Jam

📋 copy color: '#9A186D'

red 154 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #9A186D

Tints of Jazzberry Jam #9A186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 53.66%
G = 8.36%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A186D (or 0x9A186D) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 6D. RGB value is (154,24,109). Sum of RGB (Red+Green+Blue) = 154+24+109=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A186D is #65E792. Grayscale: #484848. Windows color (decimal): -6678419 or 7149722. OLE color: 7149722.

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

Color convert

RGB 154 24 109 -
CMYK 0 0.84 0.29 0.40
HSL 320.77º 0.73% 0.35% -
HSV(B) 320.77º 0.84% 0.6% -
XYZ 16.41 8.63 15.27 -
YUV 72.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 154 24 109 0 0.84 0.29 0.40 320.77 0.73 0.35
Hex 9A 18 6D 0 54 1D 28 141 49 23
Octal 232 30 155 0 124 35 50 501 111 43
Binary 10011010 11000 1101101 0 1010100 11101 101000 101000001 1001001 100011

Color Harmonies of #9A186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A186D

Black with #9A186D

Text Example


Text Example

White with #9A186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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