Html Css Color HEX #9B1D63 Jazzberry Jam

📋 copy color: '#9B1D63'

red 155 ◦ green 29 ◦ blue 99

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

Shades of Jazzberry Jam #9B1D63

Tints of Jazzberry Jam #9B1D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 54.77%
G = 10.25%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B1D63 (or 0x9B1D63) is known color: Jazzberry Jam. HEX triplet: 9B, 1D and 63. RGB value is (155,29,99). Sum of RGB (Red+Green+Blue) = 155+29+99=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D63 is #64E29C. Grayscale: #4A4A4A. Windows color (decimal): -6611613 or 6495643. OLE color: 6495643.

HSL color Cylindrical-coordinate representation of color #9B1D63: hue angle of 326.67º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D63 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 99 -
CMYK 0 0.81 0.36 0.39
HSL 326.67º 0.68% 0.36% -
HSV(B) 326.67º 0.81% 0.61% -
XYZ 16.21 8.75 12.64 -
YUV 74.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 155 29 99 0 0.81 0.36 0.39 326.67 0.68 0.36
Hex 9B 1D 63 0 51 24 27 147 44 24
Octal 233 35 143 0 121 44 47 507 104 44
Binary 10011011 11101 1100011 0 1010001 100100 100111 101000111 1000100 100100

Color Harmonies of #9B1D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D63

Black with #9B1D63

Text Example


Text Example

White with #9B1D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,99); }

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

background-color css

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

 a { background-color: rgb(155,29,99); }

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

border-color css

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

 span { border-color: rgb(155,29,99); }

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