Html Css Color HEX #8A094B Jazzberry Jam

📋 copy color: '#8A094B'

red 138 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #8A094B

Tints of Jazzberry Jam #8A094B

RGB

 RED value IS 138 (54.3% from 255) = 62.16%

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 62.16%
G = 4.05%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A094B (or 0x8A094B) is known color: Jazzberry Jam. HEX triplet: 8A, 09 and 4B. RGB value is (138,9,75). Sum of RGB (Red+Green+Blue) = 138+9+75=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A094B is #75F6B4. Grayscale: #363636. Windows color (decimal): -7730869 or 4917642. OLE color: 4917642.

HSL color Cylindrical-coordinate representation of color #8A094B: hue angle of 329.3º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A094B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 9 75 -
CMYK 0 0.93 0.46 0.46
HSL 329.3º 0.88% 0.29% -
HSV(B) 329.3º 0.93% 0.54% -
XYZ 11.85 6.11 7.21 -
YUV 55.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 138 9 75 0 0.93 0.46 0.46 329.3 0.88 0.29
Hex 8A 9 4B 0 5D 2E 2E 149 58 1D
Octal 212 11 113 0 135 56 56 511 130 35
Binary 10001010 1001 1001011 0 1011101 101110 101110 101001001 1011000 11101

Color Harmonies of #8A094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A094B

Black with #8A094B

Text Example


Text Example

White with #8A094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A094B; }

 p { color: rgb(138,9,75); }

 H1.HeaderClassName
 {
   color: #8A094B;
 }
 .AnyTagClassName
 {
   color: #8A094B;
 }
</style>

background-color css

<style>
 a { background-color: #8A094B; }

 a { background-color: rgb(138,9,75); }

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

border-color css

<style>
 span { border-color: #8A094B; }

 span { border-color: rgb(138,9,75); }

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