Html Css Color HEX #9B0152 Jazzberry Jam

📋 copy color: '#9B0152'

red 155 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #9B0152

Tints of Jazzberry Jam #9B0152

RGB

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

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

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

R = 65.13%
G = 0.42%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B0152 (or 0x9B0152) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 52. RGB value is (155,1,82). Sum of RGB (Red+Green+Blue) = 155+1+82=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0152 is #64FEAD. Grayscale: #383838. Windows color (decimal): -6618798 or 5374363. OLE color: 5374363.

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

Color convert

RGB 155 1 82 -
CMYK 0 0.99 0.47 0.39
HSL 328.44º 0.99% 0.31% -
HSV(B) 328.44º 0.99% 0.61% -
XYZ 15.05 7.6 8.66 -
YUV 56.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 155 1 82 0 0.99 0.47 0.39 328.44 0.99 0.31
Hex 9B 1 52 0 63 2F 27 148 63 1F
Octal 233 1 122 0 143 57 47 510 143 37
Binary 10011011 1 1010010 0 1100011 101111 100111 101001000 1100011 11111

Color Harmonies of #9B0152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0152

Black with #9B0152

Text Example


Text Example

White with #9B0152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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