Html Css Color HEX #9B0F53 Jazzberry Jam

📋 copy color: '#9B0F53'

red 155 ◦ green 15 ◦ blue 83

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

Shades of Jazzberry Jam #9B0F53

Tints of Jazzberry Jam #9B0F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 61.26%
G = 5.93%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B0F53 (or 0x9B0F53) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 53. RGB value is (155,15,83). Sum of RGB (Red+Green+Blue) = 155+15+83=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F53 is #64F0AC. Grayscale: #404040. Windows color (decimal): -6615213 or 5443483. OLE color: 5443483.

HSL color Cylindrical-coordinate representation of color #9B0F53: hue angle of 330.86º 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 #9B0F53 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 83 -
CMYK 0 0.90 0.46 0.39
HSL 330.86º 0.82% 0.33% -
HSV(B) 330.86º 0.9% 0.61% -
XYZ 15.25 7.93 8.91 -
YUV 64.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 155 15 83 0 0.90 0.46 0.39 330.86 0.82 0.33
Hex 9B F 53 0 5A 2E 27 14B 52 21
Octal 233 17 123 0 132 56 47 513 122 41
Binary 10011011 1111 1010011 0 1011010 101110 100111 101001011 1010010 100001

Color Harmonies of #9B0F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F53

Black with #9B0F53

Text Example


Text Example

White with #9B0F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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