Html Css Color HEX #9B246C Jazzberry Jam

📋 copy color: '#9B246C'

red 155 ◦ green 36 ◦ blue 108

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

Shades of Jazzberry Jam #9B246C

Tints of Jazzberry Jam #9B246C

RGB

 RED value IS 155 (60.94% from 255) = 51.84%

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 51.84%
G = 12.04%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B246C (or 0x9B246C) is known color: Jazzberry Jam. HEX triplet: 9B, 24 and 6C. RGB value is (155,36,108). Sum of RGB (Red+Green+Blue) = 155+36+108=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B246C is #64DB93. Grayscale: #4F4F4F. Windows color (decimal): -6609812 or 7087259. OLE color: 7087259.

HSL color Cylindrical-coordinate representation of color #9B246C: hue angle of 323.7º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B246C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 108 -
CMYK 0 0.77 0.30 0.39
HSL 323.7º 0.62% 0.37% -
HSV(B) 323.7º 0.77% 0.61% -
XYZ 16.86 9.31 15.1 -
YUV 79.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 155 36 108 0 0.77 0.30 0.39 323.7 0.62 0.37
Hex 9B 24 6C 0 4D 1E 27 144 3E 25
Octal 233 44 154 0 115 36 47 504 76 45
Binary 10011011 100100 1101100 0 1001101 11110 100111 101000100 111110 100101

Color Harmonies of #9B246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B246C

Black with #9B246C

Text Example


Text Example

White with #9B246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B246C; }

 p { color: rgb(155,36,108); }

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

background-color css

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

 a { background-color: rgb(155,36,108); }

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

border-color css

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

 span { border-color: rgb(155,36,108); }

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