Html Css Color HEX #9B1D67 Jazzberry Jam

📋 copy color: '#9B1D67'

red 155 ◦ green 29 ◦ blue 103

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

Shades of Jazzberry Jam #9B1D67

Tints of Jazzberry Jam #9B1D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 54.01%
G = 10.1%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B1D67 (or 0x9B1D67) is known color: Jazzberry Jam. HEX triplet: 9B, 1D and 67. RGB value is (155,29,103). Sum of RGB (Red+Green+Blue) = 155+29+103=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D67 is #64E298. Grayscale: #4A4A4A. Windows color (decimal): -6611609 or 6757787. OLE color: 6757787.

HSL color Cylindrical-coordinate representation of color #9B1D67: hue angle of 324.76º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D67 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 103 -
CMYK 0 0.81 0.34 0.39
HSL 324.76º 0.68% 0.36% -
HSV(B) 324.76º 0.81% 0.61% -
XYZ 16.41 8.83 13.67 -
YUV 75.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 155 29 103 0 0.81 0.34 0.39 324.76 0.68 0.36
Hex 9B 1D 67 0 51 22 27 145 44 24
Octal 233 35 147 0 121 42 47 505 104 44
Binary 10011011 11101 1100111 0 1010001 100010 100111 101000101 1000100 100100

Color Harmonies of #9B1D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D67

Black with #9B1D67

Text Example


Text Example

White with #9B1D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,103); }

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

background-color css

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

 a { background-color: rgb(155,29,103); }

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

border-color css

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

 span { border-color: rgb(155,29,103); }

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