Html Css Color HEX #9B1C65 Jazzberry Jam

📋 copy color: '#9B1C65'

red 155 ◦ green 28 ◦ blue 101

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

Shades of Jazzberry Jam #9B1C65

Tints of Jazzberry Jam #9B1C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

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

R = 54.58%
G = 9.86%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B1C65 (or 0x9B1C65) is known color: Jazzberry Jam. HEX triplet: 9B, 1C and 65. RGB value is (155,28,101). Sum of RGB (Red+Green+Blue) = 155+28+101=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C65 is #64E39A. Grayscale: #4A4A4A. Windows color (decimal): -6611867 or 6626459. OLE color: 6626459.

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

Color convert

RGB 155 28 101 -
CMYK 0 0.82 0.35 0.39
HSL 325.51º 0.69% 0.36% -
HSV(B) 325.51º 0.82% 0.61% -
XYZ 16.28 8.74 13.14 -
YUV 74.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 155 28 101 0 0.82 0.35 0.39 325.51 0.69 0.36
Hex 9B 1C 65 0 52 23 27 146 45 24
Octal 233 34 145 0 122 43 47 506 105 44
Binary 10011011 11100 1100101 0 1010010 100011 100111 101000110 1000101 100100

Color Harmonies of #9B1C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C65

Black with #9B1C65

Text Example


Text Example

White with #9B1C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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