Html Css Color HEX #9B0F60 Jazzberry Jam

📋 copy color: '#9B0F60'

red 155 ◦ green 15 ◦ blue 96

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

Shades of Jazzberry Jam #9B0F60

Tints of Jazzberry Jam #9B0F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 58.27%
G = 5.64%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B0F60 (or 0x9B0F60) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 60. RGB value is (155,15,96). Sum of RGB (Red+Green+Blue) = 155+15+96=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F60 is #64F09F. Grayscale: #414141. Windows color (decimal): -6615200 or 6295451. OLE color: 6295451.

HSL color Cylindrical-coordinate representation of color #9B0F60: hue angle of 325.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F60 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 96 -
CMYK 0 0.90 0.38 0.39
HSL 325.29º 0.82% 0.33% -
HSV(B) 325.29º 0.9% 0.61% -
XYZ 15.8 8.15 11.81 -
YUV 66.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 155 15 96 0 0.90 0.38 0.39 325.29 0.82 0.33
Hex 9B F 60 0 5A 26 27 145 52 21
Octal 233 17 140 0 132 46 47 505 122 41
Binary 10011011 1111 1100000 0 1011010 100110 100111 101000101 1010010 100001

Color Harmonies of #9B0F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F60

Black with #9B0F60

Text Example


Text Example

White with #9B0F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,96); }

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

background-color css

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

 a { background-color: rgb(155,15,96); }

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

border-color css

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

 span { border-color: rgb(155,15,96); }

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