Html Css Color HEX #9A1A6D Jazzberry Jam

📋 copy color: '#9A1A6D'

red 154 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #9A1A6D

Tints of Jazzberry Jam #9A1A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

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

R = 53.29%
G = 9%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A1A6D (or 0x9A1A6D) is known color: Jazzberry Jam. HEX triplet: 9A, 1A and 6D. RGB value is (154,26,109). Sum of RGB (Red+Green+Blue) = 154+26+109=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1A6D is #65E592. Grayscale: #494949. Windows color (decimal): -6677907 or 7150234. OLE color: 7150234.

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

Color convert

RGB 154 26 109 -
CMYK 0 0.83 0.29 0.40
HSL 321.09º 0.71% 0.35% -
HSV(B) 321.09º 0.83% 0.6% -
XYZ 16.46 8.71 15.28 -
YUV 73.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 154 26 109 0 0.83 0.29 0.40 321.09 0.71 0.35
Hex 9A 1A 6D 0 53 1D 28 141 47 23
Octal 232 32 155 0 123 35 50 501 107 43
Binary 10011010 11010 1101101 0 1010011 11101 101000 101000001 1000111 100011

Color Harmonies of #9A1A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1A6D

Black with #9A1A6D

Text Example


Text Example

White with #9A1A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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