Html Css Color HEX #9B2066 Jazzberry Jam

📋 copy color: '#9B2066'

red 155 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #9B2066

Tints of Jazzberry Jam #9B2066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 53.63%
G = 11.07%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B2066 (or 0x9B2066) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 66. RGB value is (155,32,102). Sum of RGB (Red+Green+Blue) = 155+32+102=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2066 is #64DF99. Grayscale: #4C4C4C. Windows color (decimal): -6610842 or 6693019. OLE color: 6693019.

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

Color convert

RGB 155 32 102 -
CMYK 0 0.79 0.34 0.39
HSL 325.85º 0.66% 0.37% -
HSV(B) 325.85º 0.79% 0.61% -
XYZ 16.43 8.96 13.43 -
YUV 76.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 155 32 102 0 0.79 0.34 0.39 325.85 0.66 0.37
Hex 9B 20 66 0 4F 22 27 146 42 25
Octal 233 40 146 0 117 42 47 506 102 45
Binary 10011011 100000 1100110 0 1001111 100010 100111 101000110 1000010 100101

Color Harmonies of #9B2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2066

Black with #9B2066

Text Example


Text Example

White with #9B2066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,102); }

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

background-color css

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

 a { background-color: rgb(155,32,102); }

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

border-color css

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

 span { border-color: rgb(155,32,102); }

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