Html Css Color HEX #9B1A67 Jazzberry Jam

📋 copy color: '#9B1A67'

red 155 ◦ green 26 ◦ blue 103

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

Shades of Jazzberry Jam #9B1A67

Tints of Jazzberry Jam #9B1A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

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

R = 54.58%
G = 9.15%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B1A67 (or 0x9B1A67) is known color: Jazzberry Jam. HEX triplet: 9B, 1A and 67. RGB value is (155,26,103). Sum of RGB (Red+Green+Blue) = 155+26+103=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A67 is #64E598. Grayscale: #494949. Windows color (decimal): -6612377 or 6757019. OLE color: 6757019.

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

Color convert

RGB 155 26 103 -
CMYK 0 0.83 0.34 0.39
HSL 324.19º 0.71% 0.35% -
HSV(B) 324.19º 0.83% 0.61% -
XYZ 16.34 8.69 13.65 -
YUV 73.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 155 26 103 0 0.83 0.34 0.39 324.19 0.71 0.35
Hex 9B 1A 67 0 53 22 27 144 47 23
Octal 233 32 147 0 123 42 47 504 107 43
Binary 10011011 11010 1100111 0 1010011 100010 100111 101000100 1000111 100011

Color Harmonies of #9B1A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A67

Black with #9B1A67

Text Example


Text Example

White with #9B1A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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