#962069

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

Shades of Jazzberry Jam #962069

Tints of Jazzberry Jam #962069

Color information

#962069 (or 0x962069) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 20 and 69. RGB value is (150,32,105). Sum of RGB (Red+Green+Blue) = 150+32+105=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962069 is #69DF96. Grayscale: #4B4B4B. Windows color (decimal): -6938519 or 6889622. OLE color: 6889622.

HSL color Cylindrical-coordinate representation of color #962069: hue angle of 322.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962069 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15032105-
CMYK00.790.300.41
HSL322.88º64.84%35.69%-
HSV(B)322.88º78.67%58.82%-
XYZ15.648.5414.19-
YUV75.6144.59181.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=52.26%
G=11.15%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503210500.790.300.41322.8864.8435.69
Hex96206904F1E291434124
Octal226401510117365150310144
Binary10010110100000110100101001111111101010011010000111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962069; }

 p { color: rgb(150,32,105); }

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

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

 a { background-color: rgb(150,32,105); }

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

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

 span { border-color: rgb(150,32,105); }

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