#99095C

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

Shades of Jazzberry Jam #99095C

Tints of Jazzberry Jam #99095C

Color information

#99095C (or 0x99095C) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 09 and 5C. RGB value is (153,9,92). Sum of RGB (Red+Green+Blue) = 153+9+92=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99095C is #66F6A3. Grayscale: #3D3D3D. Windows color (decimal): -6747812 or 6031769. OLE color: 6031769.

HSL color Cylindrical-coordinate representation of color #99095C: hue angle of 325.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99095C is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB153992-
CMYK00.940.400.4
HSL325.42º88.89%31.76%-
HSV(B)325.42º94.12%60%-
XYZ15.177.7410.82-
YUV61.52145.21193.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=60.24%
G=3.54%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15399200.940.400.4325.4288.8931.76
Hex9995C05E28281455920
Octal231111340136505050513140
Binary1001100110011011100010111101010001010001010001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99095C; }

 p { color: rgb(153,9,92); }

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

<style>
 a { background-color: #99095C; }

 a { background-color: rgb(153,9,92); }

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

<style>
 span { border-color: #99095C; }

 span { border-color: rgb(153,9,92); }

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