Html Css Color HEX #992065 Jazzberry Jam

📋 copy color: '#992065'

red 153 ◦ green 32 ◦ blue 101

#992065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #992065

Tints of Jazzberry Jam #992065

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 53.5%
G = 11.19%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992065 (or 0x992065) is known color: Jazzberry Jam. HEX triplet: 99, 20 and 65. RGB value is (153,32,101). Sum of RGB (Red+Green+Blue) = 153+32+101=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #992065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992065 is #66DF9A. Grayscale: #4B4B4B. Windows color (decimal): -6741915 or 6627481. OLE color: 6627481.

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

Color convert

RGB 153 32 101 -
CMYK 0 0.79 0.34 0.4
HSL 325.79º 0.65% 0.36% -
HSV(B) 325.79º 0.79% 0.6% -
XYZ 16 8.74 13.16 -
YUV 76.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 153 32 101 0 0.79 0.34 0.4 325.79 0.65 0.36
Hex 99 20 65 0 4F 22 28 146 41 24
Octal 231 40 145 0 117 42 50 506 101 44
Binary 10011001 100000 1100101 0 1001111 100010 101000 101000110 1000001 100100

Color Harmonies of #992065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992065

Black with #992065

Text Example


Text Example

White with #992065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992065; }

 p { color: rgb(153,32,101); }

 H1.HeaderClassName
 {
   color: #992065;
 }
 .AnyTagClassName
 {
   color: #992065;
 }
</style>

background-color css

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

 a { background-color: rgb(153,32,101); }

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

border-color css

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

 span { border-color: rgb(153,32,101); }

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