Html Css Color HEX #9B044E Jazzberry Jam

📋 copy color: '#9B044E'

red 155 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #9B044E

Tints of Jazzberry Jam #9B044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 65.4%
G = 1.69%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B044E (or 0x9B044E) is known color: Jazzberry Jam. HEX triplet: 9B, 04 and 4E. RGB value is (155,4,78). Sum of RGB (Red+Green+Blue) = 155+4+78=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B044E is #64FBB1. Grayscale: #393939. Windows color (decimal): -6618034 or 5112987. OLE color: 5112987.

HSL color Cylindrical-coordinate representation of color #9B044E: hue angle of 330.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B044E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 4 78 -
CMYK 0 0.97 0.50 0.39
HSL 330.6º 0.95% 0.31% -
HSV(B) 330.6º 0.97% 0.61% -
XYZ 14.94 7.61 7.89 -
YUV 57.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 155 4 78 0 0.97 0.50 0.39 330.6 0.95 0.31
Hex 9B 4 4E 0 61 32 27 14B 5F 1F
Octal 233 4 116 0 141 62 47 513 137 37
Binary 10011011 100 1001110 0 1100001 110010 100111 101001011 1011111 11111

Color Harmonies of #9B044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B044E

Black with #9B044E

Text Example


Text Example

White with #9B044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,78); }

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

background-color css

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

 a { background-color: rgb(155,4,78); }

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

border-color css

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

 span { border-color: rgb(155,4,78); }

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