Html Css Color HEX #9B2069 Jazzberry Jam

📋 copy color: '#9B2069'

red 155 ◦ green 32 ◦ blue 105

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

Shades of Jazzberry Jam #9B2069

Tints of Jazzberry Jam #9B2069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 53.08%
G = 10.96%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B2069 (or 0x9B2069) is known color: Jazzberry Jam. HEX triplet: 9B, 20 and 69. RGB value is (155,32,105). Sum of RGB (Red+Green+Blue) = 155+32+105=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2069 is #64DF96. Grayscale: #4C4C4C. Windows color (decimal): -6610839 or 6889627. OLE color: 6889627.

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

Color convert

RGB 155 32 105 -
CMYK 0 0.79 0.32 0.39
HSL 324.39º 0.66% 0.37% -
HSV(B) 324.39º 0.79% 0.61% -
XYZ 16.58 9.02 14.23 -
YUV 77.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 155 32 105 0 0.79 0.32 0.39 324.39 0.66 0.37
Hex 9B 20 69 0 4F 20 27 144 42 25
Octal 233 40 151 0 117 40 47 504 102 45
Binary 10011011 100000 1101001 0 1001111 100000 100111 101000100 1000010 100101

Color Harmonies of #9B2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2069

Black with #9B2069

Text Example


Text Example

White with #9B2069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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