#9A085D

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

Shades of Jazzberry Jam #9A085D

Tints of Jazzberry Jam #9A085D

Color information

#9A085D (or 0x9A085D) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 08 and 5D. RGB value is (154,8,93). Sum of RGB (Red+Green+Blue) = 154+8+93=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A085D is #65F7A2. Grayscale: #3D3D3D. Windows color (decimal): -6682531 or 6097050. OLE color: 6097050.

HSL color Cylindrical-coordinate representation of color #9A085D: hue angle of 325.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A085D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB154893-
CMYK00.950.400.40
HSL325.07º90.12%31.76%-
HSV(B)325.07º94.81%60.39%-
XYZ15.397.8311.06-
YUV61.34145.87194.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.39%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=60.39%
G=3.14%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15489300.950.400.40325.0790.1231.76
Hex9A85D05F28281455a20
Octal232101350137505050513240
Binary1001101010001011101010111111010001010001010001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,93); }

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

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

 a { background-color: rgb(154,8,93); }

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

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

 span { border-color: rgb(154,8,93); }

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