Html Css Color HEX #9B1E65 Jazzberry Jam

📋 copy color: '#9B1E65'

red 155 ◦ green 30 ◦ blue 101

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

Shades of Jazzberry Jam #9B1E65

Tints of Jazzberry Jam #9B1E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 54.2%
G = 10.49%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B1E65 (or 0x9B1E65) is known color: Jazzberry Jam. HEX triplet: 9B, 1E and 65. RGB value is (155,30,101). Sum of RGB (Red+Green+Blue) = 155+30+101=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E65 is #64E19A. Grayscale: #4B4B4B. Windows color (decimal): -6611355 or 6626971. OLE color: 6626971.

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

Color convert

RGB 155 30 101 -
CMYK 0 0.81 0.35 0.39
HSL 325.92º 0.68% 0.36% -
HSV(B) 325.92º 0.81% 0.61% -
XYZ 16.33 8.84 13.16 -
YUV 75.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 155 30 101 0 0.81 0.35 0.39 325.92 0.68 0.36
Hex 9B 1E 65 0 51 23 27 146 44 24
Octal 233 36 145 0 121 43 47 506 104 44
Binary 10011011 11110 1100101 0 1010001 100011 100111 101000110 1000100 100100

Color Harmonies of #9B1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E65

Black with #9B1E65

Text Example


Text Example

White with #9B1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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