Html Css Color HEX #9B1E63 Jazzberry Jam

📋 copy color: '#9B1E63'

red 155 ◦ green 30 ◦ blue 99

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

Shades of Jazzberry Jam #9B1E63

Tints of Jazzberry Jam #9B1E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

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

R = 54.58%
G = 10.56%
B = 34.86%

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

#9B1E63 (or 0x9B1E63) is known color: Jazzberry Jam. HEX triplet: 9B, 1E and 63. RGB value is (155,30,99). Sum of RGB (Red+Green+Blue) = 155+30+99=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E63 is #64E19C. Grayscale: #4B4B4B. Windows color (decimal): -6611357 or 6495899. OLE color: 6495899.

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

Color convert

RGB 155 30 99 -
CMYK 0 0.81 0.36 0.39
HSL 326.88º 0.68% 0.36% -
HSV(B) 326.88º 0.81% 0.61% -
XYZ 16.23 8.8 12.65 -
YUV 75.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 155 30 99 0 0.81 0.36 0.39 326.88 0.68 0.36
Hex 9B 1E 63 0 51 24 27 147 44 24
Octal 233 36 143 0 121 44 47 507 104 44
Binary 10011011 11110 1100011 0 1010001 100100 100111 101000111 1000100 100100

Color Harmonies of #9B1E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E63

Black with #9B1E63

Text Example


Text Example

White with #9B1E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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