#982269

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

Shades of Jazzberry Jam #982269

Tints of Jazzberry Jam #982269

Color information

#982269 (or 0x982269) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 22 and 69. RGB value is (152,34,105). Sum of RGB (Red+Green+Blue) = 152+34+105=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #982269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982269 is #67DD96. Grayscale: #4D4D4D. Windows color (decimal): -6806935 or 6890136. OLE color: 6890136.

HSL color Cylindrical-coordinate representation of color #982269: hue angle of 323.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982269 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15234105-
CMYK00.780.310.40
HSL323.9º63.44%36.47%-
HSV(B)323.9º77.63%59.61%-
XYZ16.078.8414.22-
YUV77.38143.59181.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=52.23%
G=11.68%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523410500.780.310.40323.963.4436.47
Hex98226904E1F281443f24
Octal23042151011637505047744
Binary1001100010001011010010100111011111101000101000100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982269; }

 p { color: rgb(152,34,105); }

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

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

 a { background-color: rgb(152,34,105); }

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

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

 span { border-color: rgb(152,34,105); }

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