Html Css Color HEX #9B1A62 Jazzberry Jam

📋 copy color: '#9B1A62'

red 155 ◦ green 26 ◦ blue 98

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

Shades of Jazzberry Jam #9B1A62

Tints of Jazzberry Jam #9B1A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 55.56%
G = 9.32%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B1A62 (or 0x9B1A62) is known color: Jazzberry Jam. HEX triplet: 9B, 1A and 62. RGB value is (155,26,98). Sum of RGB (Red+Green+Blue) = 155+26+98=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A62 is #64E59D. Grayscale: #484848. Windows color (decimal): -6612382 or 6429339. OLE color: 6429339.

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

Color convert

RGB 155 26 98 -
CMYK 0 0.83 0.37 0.39
HSL 326.51º 0.71% 0.35% -
HSV(B) 326.51º 0.83% 0.61% -
XYZ 16.09 8.59 12.37 -
YUV 72.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 155 26 98 0 0.83 0.37 0.39 326.51 0.71 0.35
Hex 9B 1A 62 0 53 25 27 147 47 23
Octal 233 32 142 0 123 45 47 507 107 43
Binary 10011011 11010 1100010 0 1010011 100101 100111 101000111 1000111 100011

Color Harmonies of #9B1A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A62

Black with #9B1A62

Text Example


Text Example

White with #9B1A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,98); }

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

background-color css

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

 a { background-color: rgb(155,26,98); }

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

border-color css

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

 span { border-color: rgb(155,26,98); }

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