Html Css Color HEX #9B014F Jazzberry Jam

📋 copy color: '#9B014F'

red 155 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #9B014F

Tints of Jazzberry Jam #9B014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 65.96%
G = 0.43%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B014F (or 0x9B014F) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 4F. RGB value is (155,1,79). Sum of RGB (Red+Green+Blue) = 155+1+79=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B014F is #64FEB0. Grayscale: #373737. Windows color (decimal): -6618801 or 5177755. OLE color: 5177755.

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

Color convert

RGB 155 1 79 -
CMYK 0 0.99 0.49 0.39
HSL 329.61º 0.99% 0.31% -
HSV(B) 329.61º 0.99% 0.61% -
XYZ 14.94 7.55 8.07 -
YUV 55.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 155 1 79 0 0.99 0.49 0.39 329.61 0.99 0.31
Hex 9B 1 4F 0 63 31 27 14A 63 1F
Octal 233 1 117 0 143 61 47 512 143 37
Binary 10011011 1 1001111 0 1100011 110001 100111 101001010 1100011 11111

Color Harmonies of #9B014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B014F

Black with #9B014F

Text Example


Text Example

White with #9B014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,79); }

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

background-color css

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

 a { background-color: rgb(155,1,79); }

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

border-color css

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

 span { border-color: rgb(155,1,79); }

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