#9A1D67

Color #9A1D67 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9A1D67

Tints of Jazzberry Jam #9A1D67

Color information

#9A1D67 (or 0x9A1D67) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 1D and 67. RGB value is (154,29,103). Sum of RGB (Red+Green+Blue) = 154+29+103=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D67 is #65E298. Grayscale: #4A4A4A. Windows color (decimal): -6677145 or 6757786. OLE color: 6757786.

HSL color Cylindrical-coordinate representation of color #9A1D67: hue angle of 324.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D67 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15429103-
CMYK00.810.330.40
HSL324.48º68.31%35.88%-
HSV(B)324.48º81.17%60.39%-
XYZ16.218.7313.66-
YUV74.81143.91184.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.85%
GREEN value IS 29 (11.72% from 255) = 10.14%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=53.85%
G=10.14%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542910300.810.330.40324.4868.3135.88
Hex9A1D6705121281444424
Octal232351470121415050410444
Binary10011010111011100111010100011000011010001010001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,29,103); }

 H1.HeaderClassName
 {
   color: #9A1D67;
 }
 .AnyTagClassName
 {
   color: #9A1D67;
 }
</style>
background-color css

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

 a { background-color: rgb(154,29,103); }

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

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

 span { border-color: rgb(154,29,103); }

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