Html Css Color HEX #9B075D Jazzberry Jam

📋 copy color: '#9B075D'

red 155 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #9B075D

Tints of Jazzberry Jam #9B075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 60.78%
G = 2.75%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B075D (or 0x9B075D) is known color: Jazzberry Jam. HEX triplet: 9B, 07 and 5D. RGB value is (155,7,93). Sum of RGB (Red+Green+Blue) = 155+7+93=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B075D is #64F8A2. Grayscale: #3C3C3C. Windows color (decimal): -6617251 or 6096795. OLE color: 6096795.

HSL color Cylindrical-coordinate representation of color #9B075D: hue angle of 325.14º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B075D is Cyan = 0, Magento = 0.95, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 93 -
CMYK 0 0.95 0.4 0.39
HSL 325.14º 0.91% 0.32% -
HSV(B) 325.14º 0.95% 0.61% -
XYZ 15.57 7.91 11.06 -
YUV 61.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 155 7 93 0 0.95 0.4 0.39 325.14 0.91 0.32
Hex 9B 7 5D 0 5F 28 27 145 5B 20
Octal 233 7 135 0 137 50 47 505 133 40
Binary 10011011 111 1011101 0 1011111 101000 100111 101000101 1011011 100000

Color Harmonies of #9B075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B075D

Black with #9B075D

Text Example


Text Example

White with #9B075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,93); }

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

background-color css

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

 a { background-color: rgb(155,7,93); }

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

border-color css

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

 span { border-color: rgb(155,7,93); }

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