Html Css Color HEX #930B5A Jazzberry Jam

📋 copy color: '#930B5A'

red 147 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #930B5A

Tints of Jazzberry Jam #930B5A

RGB

 RED value IS 147 (57.81% from 255) = 59.27%

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 59.27%
G = 4.44%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#930B5A (or 0x930B5A) is known color: Jazzberry Jam. HEX triplet: 93, 0B and 5A. RGB value is (147,11,90). Sum of RGB (Red+Green+Blue) = 147+11+90=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #930B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930B5A is #6CF4A5. Grayscale: #3C3C3C. Windows color (decimal): -7140518 or 5901203. OLE color: 5901203.

HSL color Cylindrical-coordinate representation of color #930B5A: hue angle of 325.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B5A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 11 90 -
CMYK 0 0.93 0.39 0.42
HSL 325.15º 0.86% 0.31% -
HSV(B) 325.15º 0.93% 0.58% -
XYZ 14 7.18 10.32 -
YUV 60.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 147 11 90 0 0.93 0.39 0.42 325.15 0.86 0.31
Hex 93 B 5A 0 5D 27 2A 145 56 1F
Octal 223 13 132 0 135 47 52 505 126 37
Binary 10010011 1011 1011010 0 1011101 100111 101010 101000101 1010110 11111

Color Harmonies of #930B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930B5A

Black with #930B5A

Text Example


Text Example

White with #930B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930B5A; }

 p { color: rgb(147,11,90); }

 H1.HeaderClassName
 {
   color: #930B5A;
 }
 .AnyTagClassName
 {
   color: #930B5A;
 }
</style>

background-color css

<style>
 a { background-color: #930B5A; }

 a { background-color: rgb(147,11,90); }

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

border-color css

<style>
 span { border-color: #930B5A; }

 span { border-color: rgb(147,11,90); }

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