Html Css Color HEX #9B0F64 Jazzberry Jam

📋 copy color: '#9B0F64'

red 155 ◦ green 15 ◦ blue 100

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

Shades of Jazzberry Jam #9B0F64

Tints of Jazzberry Jam #9B0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 57.41%
G = 5.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B0F64 (or 0x9B0F64) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 64. RGB value is (155,15,100). Sum of RGB (Red+Green+Blue) = 155+15+100=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F64 is #64F09B. Grayscale: #424242. Windows color (decimal): -6615196 or 6557595. OLE color: 6557595.

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

Color convert

RGB 155 15 100 -
CMYK 0 0.90 0.35 0.39
HSL 323.57º 0.82% 0.33% -
HSV(B) 323.57º 0.9% 0.61% -
XYZ 15.99 8.23 12.8 -
YUV 66.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 155 15 100 0 0.90 0.35 0.39 323.57 0.82 0.33
Hex 9B F 64 0 5A 23 27 144 52 21
Octal 233 17 144 0 132 43 47 504 122 41
Binary 10011011 1111 1100100 0 1011010 100011 100111 101000100 1010010 100001

Color Harmonies of #9B0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F64

Black with #9B0F64

Text Example


Text Example

White with #9B0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,100); }

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

background-color css

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

 a { background-color: rgb(155,15,100); }

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

border-color css

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

 span { border-color: rgb(155,15,100); }

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