#99095E

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

Shades of Jazzberry Jam #99095E

Tints of Jazzberry Jam #99095E

Color information

#99095E (or 0x99095E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 09 and 5E. RGB value is (153,9,94). Sum of RGB (Red+Green+Blue) = 153+9+94=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #99095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99095E is #66F6A1. Grayscale: #3D3D3D. Windows color (decimal): -6747810 or 6162841. OLE color: 6162841.

HSL color Cylindrical-coordinate representation of color #99095E: hue angle of 324.58º 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 #99095E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB153994-
CMYK00.940.390.4
HSL324.58º88.89%31.76%-
HSV(B)324.58º94.12%60%-
XYZ15.257.7811.29-
YUV61.75146.21193.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=59.77%
G=3.52%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15399400.940.390.4324.5888.8931.76
Hex9995E05E27281455920
Octal231111360136475050513140
Binary1001100110011011110010111101001111010001010001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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