Html Css Color HEX #99206B Jazzberry Jam

📋 copy color: '#99206B'

red 153 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #99206B

Tints of Jazzberry Jam #99206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 52.4%
G = 10.96%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99206B (or 0x99206B) is known color: Jazzberry Jam. HEX triplet: 99, 20 and 6B. RGB value is (153,32,107). Sum of RGB (Red+Green+Blue) = 153+32+107=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #99206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99206B is #66DF94. Grayscale: #4C4C4C. Windows color (decimal): -6741909 or 7020697. OLE color: 7020697.

HSL color Cylindrical-coordinate representation of color #99206B: hue angle of 322.81º 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 #99206B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 107 -
CMYK 0 0.79 0.30 0.4
HSL 322.81º 0.65% 0.36% -
HSV(B) 322.81º 0.79% 0.6% -
XYZ 16.31 8.87 14.76 -
YUV 76.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 153 32 107 0 0.79 0.30 0.4 322.81 0.65 0.36
Hex 99 20 6B 0 4F 1E 28 143 41 24
Octal 231 40 153 0 117 36 50 503 101 44
Binary 10011001 100000 1101011 0 1001111 11110 101000 101000011 1000001 100100

Color Harmonies of #99206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99206B

Black with #99206B

Text Example


Text Example

White with #99206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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