Html Css Color HEX #9B0E58 Jazzberry Jam

📋 copy color: '#9B0E58'

red 155 ◦ green 14 ◦ blue 88

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

Shades of Jazzberry Jam #9B0E58

Tints of Jazzberry Jam #9B0E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

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

R = 60.31%
G = 5.45%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0E58 (or 0x9B0E58) is known color: Jazzberry Jam. HEX triplet: 9B, 0E and 58. RGB value is (155,14,88). Sum of RGB (Red+Green+Blue) = 155+14+88=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E58 is #64F1A7. Grayscale: #404040. Windows color (decimal): -6615464 or 5770907. OLE color: 5770907.

HSL color Cylindrical-coordinate representation of color #9B0E58: hue angle of 328.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E58 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 88 -
CMYK 0 0.91 0.43 0.39
HSL 328.51º 0.83% 0.33% -
HSV(B) 328.51º 0.91% 0.61% -
XYZ 15.44 7.99 9.96 -
YUV 64.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 155 14 88 0 0.91 0.43 0.39 328.51 0.83 0.33
Hex 9B E 58 0 5B 2B 27 149 53 21
Octal 233 16 130 0 133 53 47 511 123 41
Binary 10011011 1110 1011000 0 1011011 101011 100111 101001001 1010011 100001

Color Harmonies of #9B0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E58

Black with #9B0E58

Text Example


Text Example

White with #9B0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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