Html Css Color HEX #9B023E Jazzberry Jam

📋 copy color: '#9B023E'

red 155 ◦ green 2 ◦ blue 62

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

Shades of Jazzberry Jam #9B023E

Tints of Jazzberry Jam #9B023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.31%

R = 70.78%
G = 0.91%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B023E (or 0x9B023E) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 3E. RGB value is (155,2,62). Sum of RGB (Red+Green+Blue) = 155+2+62=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B023E is #64FDC1. Grayscale: #363636. Windows color (decimal): -6618562 or 4063899. OLE color: 4063899.

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

Color convert

RGB 155 2 62 -
CMYK 0 0.99 0.6 0.39
HSL 336.47º 0.97% 0.31% -
HSV(B) 336.47º 0.99% 0.61% -
XYZ 14.41 7.36 5.22 -
YUV 54.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 155 2 62 0 0.99 0.6 0.39 336.47 0.97 0.31
Hex 9B 2 3E 0 63 3C 27 150 61 1F
Octal 233 2 76 0 143 74 47 520 141 37
Binary 10011011 10 111110 0 1100011 111100 100111 101010000 1100001 11111

Color Harmonies of #9B023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B023E

Black with #9B023E

Text Example


Text Example

White with #9B023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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