Html Css Color HEX #9B0258 Jazzberry Jam

📋 copy color: '#9B0258'

red 155 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #9B0258

Tints of Jazzberry Jam #9B0258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 63.27%
G = 0.82%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0258 (or 0x9B0258) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 58. RGB value is (155,2,88). Sum of RGB (Red+Green+Blue) = 155+2+88=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0258 is #64FDA7. Grayscale: #393939. Windows color (decimal): -6618536 or 5767835. OLE color: 5767835.

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

Color convert

RGB 155 2 88 -
CMYK 0 0.99 0.43 0.39
HSL 326.27º 0.97% 0.31% -
HSV(B) 326.27º 0.99% 0.61% -
XYZ 15.3 7.72 9.92 -
YUV 57.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 155 2 88 0 0.99 0.43 0.39 326.27 0.97 0.31
Hex 9B 2 58 0 63 2B 27 146 61 1F
Octal 233 2 130 0 143 53 47 506 141 37
Binary 10011011 10 1011000 0 1100011 101011 100111 101000110 1100001 11111

Color Harmonies of #9B0258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0258

Black with #9B0258

Text Example


Text Example

White with #9B0258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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