Html Css Color HEX #9B0253 Jazzberry Jam

📋 copy color: '#9B0253'

red 155 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #9B0253

Tints of Jazzberry Jam #9B0253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 64.58%
G = 0.83%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B0253 (or 0x9B0253) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 53. RGB value is (155,2,83). Sum of RGB (Red+Green+Blue) = 155+2+83=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0253 is #64FDAC. Grayscale: #383838. Windows color (decimal): -6618541 or 5440155. OLE color: 5440155.

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

Color convert

RGB 155 2 83 -
CMYK 0 0.99 0.46 0.39
HSL 328.24º 0.97% 0.31% -
HSV(B) 328.24º 0.99% 0.61% -
XYZ 15.1 7.64 8.86 -
YUV 56.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 155 2 83 0 0.99 0.46 0.39 328.24 0.97 0.31
Hex 9B 2 53 0 63 2E 27 148 61 1F
Octal 233 2 123 0 143 56 47 510 141 37
Binary 10011011 10 1010011 0 1100011 101110 100111 101001000 1100001 11111

Color Harmonies of #9B0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0253

Black with #9B0253

Text Example


Text Example

White with #9B0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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