Html Css Color HEX #9B0255 Jazzberry Jam

📋 copy color: '#9B0255'

red 155 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #9B0255

Tints of Jazzberry Jam #9B0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 64.05%
G = 0.83%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B0255 (or 0x9B0255) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 55. RGB value is (155,2,85). Sum of RGB (Red+Green+Blue) = 155+2+85=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0255 is #64FDAA. Grayscale: #393939. Windows color (decimal): -6618539 or 5571227. OLE color: 5571227.

HSL color Cylindrical-coordinate representation of color #9B0255: hue angle of 327.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0255 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 2 85 -
CMYK 0 0.99 0.45 0.39
HSL 327.45º 0.97% 0.31% -
HSV(B) 327.45º 0.99% 0.61% -
XYZ 15.18 7.67 9.27 -
YUV 57.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 155 2 85 0 0.99 0.45 0.39 327.45 0.97 0.31
Hex 9B 2 55 0 63 2D 27 147 61 1F
Octal 233 2 125 0 143 55 47 507 141 37
Binary 10011011 10 1010101 0 1100011 101101 100111 101000111 1100001 11111

Color Harmonies of #9B0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0255

Black with #9B0255

Text Example


Text Example

White with #9B0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,85); }

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

background-color css

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

 a { background-color: rgb(155,2,85); }

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

border-color css

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

 span { border-color: rgb(155,2,85); }

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