Html Css Color HEX #9B246B Jazzberry Jam

📋 copy color: '#9B246B'

red 155 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #9B246B

Tints of Jazzberry Jam #9B246B

RGB

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

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

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

R = 52.01%
G = 12.08%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B246B (or 0x9B246B) is known color: Jazzberry Jam. HEX triplet: 9B, 24 and 6B. RGB value is (155,36,107). Sum of RGB (Red+Green+Blue) = 155+36+107=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B246B is #64DB94. Grayscale: #4F4F4F. Windows color (decimal): -6609813 or 7021723. OLE color: 7021723.

HSL color Cylindrical-coordinate representation of color #9B246B: hue angle of 324.2º 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 #9B246B is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 107 -
CMYK 0 0.77 0.31 0.39
HSL 324.2º 0.62% 0.37% -
HSV(B) 324.2º 0.77% 0.61% -
XYZ 16.8 9.29 14.82 -
YUV 79.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 155 36 107 0 0.77 0.31 0.39 324.2 0.62 0.37
Hex 9B 24 6B 0 4D 1F 27 144 3E 25
Octal 233 44 153 0 115 37 47 504 76 45
Binary 10011011 100100 1101011 0 1001101 11111 100111 101000100 111110 100101

Color Harmonies of #9B246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B246B

Black with #9B246B

Text Example


Text Example

White with #9B246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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