Html Css Color HEX #9A1665 Jazzberry Jam

📋 copy color: '#9A1665'

red 154 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #9A1665

Tints of Jazzberry Jam #9A1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 55.6%
G = 7.94%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A1665 (or 0x9A1665) is known color: Jazzberry Jam. HEX triplet: 9A, 16 and 65. RGB value is (154,22,101). Sum of RGB (Red+Green+Blue) = 154+22+101=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1665 is #65E99A. Grayscale: #464646. Windows color (decimal): -6678939 or 6624922. OLE color: 6624922.

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

Color convert

RGB 154 22 101 -
CMYK 0 0.86 0.34 0.40
HSL 324.09º 0.75% 0.35% -
HSV(B) 324.09º 0.86% 0.6% -
XYZ 15.96 8.38 13.09 -
YUV 70.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 154 22 101 0 0.86 0.34 0.40 324.09 0.75 0.35
Hex 9A 16 65 0 56 22 28 144 4B 23
Octal 232 26 145 0 126 42 50 504 113 43
Binary 10011010 10110 1100101 0 1010110 100010 101000 101000100 1001011 100011

Color Harmonies of #9A1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1665

Black with #9A1665

Text Example


Text Example

White with #9A1665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,101); }

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

background-color css

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

 a { background-color: rgb(154,22,101); }

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

border-color css

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

 span { border-color: rgb(154,22,101); }

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