Html Css Color HEX #90064E Jazzberry Jam

📋 copy color: '#90064E'

red 144 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #90064E

Tints of Jazzberry Jam #90064E

RGB

 RED value IS 144 (56.64% from 255) = 63.16%

 GREEN value IS 6 (2.73% from 255) = 2.63%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 63.16%
G = 2.63%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#90064E (or 0x90064E) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 4E. RGB value is (144,6,78). Sum of RGB (Red+Green+Blue) = 144+6+78=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90064E is #6FF9B1. Grayscale: #373737. Windows color (decimal): -7338418 or 5113488. OLE color: 5113488.

HSL color Cylindrical-coordinate representation of color #90064E: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90064E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 78 -
CMYK 0 0.96 0.46 0.44
HSL 328.7º 0.92% 0.29% -
HSV(B) 328.7º 0.96% 0.56% -
XYZ 12.94 6.61 7.8 -
YUV 55.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 144 6 78 0 0.96 0.46 0.44 328.7 0.92 0.29
Hex 90 6 4E 0 60 2E 2C 149 5C 1D
Octal 220 6 116 0 140 56 54 511 134 35
Binary 10010000 110 1001110 0 1100000 101110 101100 101001001 1011100 11101

Color Harmonies of #90064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90064E

Black with #90064E

Text Example


Text Example

White with #90064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90064E; }

 p { color: rgb(144,6,78); }

 H1.HeaderClassName
 {
   color: #90064E;
 }
 .AnyTagClassName
 {
   color: #90064E;
 }
</style>

background-color css

<style>
 a { background-color: #90064E; }

 a { background-color: rgb(144,6,78); }

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

border-color css

<style>
 span { border-color: #90064E; }

 span { border-color: rgb(144,6,78); }

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