Html Css Color HEX #9B0F52 Jazzberry Jam

📋 copy color: '#9B0F52'

red 155 ◦ green 15 ◦ blue 82

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

Shades of Jazzberry Jam #9B0F52

Tints of Jazzberry Jam #9B0F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 61.51%
G = 5.95%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B0F52 (or 0x9B0F52) is known color: Jazzberry Jam. HEX triplet: 9B, 0F and 52. RGB value is (155,15,82). Sum of RGB (Red+Green+Blue) = 155+15+82=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F52 is #64F0AD. Grayscale: #404040. Windows color (decimal): -6615214 or 5377947. OLE color: 5377947.

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

Color convert

RGB 155 15 82 -
CMYK 0 0.90 0.47 0.39
HSL 331.29º 0.82% 0.33% -
HSV(B) 331.29º 0.9% 0.61% -
XYZ 15.21 7.92 8.71 -
YUV 64.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 155 15 82 0 0.90 0.47 0.39 331.29 0.82 0.33
Hex 9B F 52 0 5A 2F 27 14B 52 21
Octal 233 17 122 0 132 57 47 513 122 41
Binary 10011011 1111 1010010 0 1011010 101111 100111 101001011 1010010 100001

Color Harmonies of #9B0F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F52

Black with #9B0F52

Text Example


Text Example

White with #9B0F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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