Html Css Color HEX #90145F Jazzberry Jam

📋 copy color: '#90145F'

red 144 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #90145F

Tints of Jazzberry Jam #90145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 55.6%
G = 7.72%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90145F (or 0x90145F) is known color: Jazzberry Jam. HEX triplet: 90, 14 and 5F. RGB value is (144,20,95). Sum of RGB (Red+Green+Blue) = 144+20+95=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90145F is #6FEBA0. Grayscale: #414141. Windows color (decimal): -7334817 or 6231184. OLE color: 6231184.

HSL color Cylindrical-coordinate representation of color #90145F: hue angle of 323.71º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90145F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 95 -
CMYK 0 0.86 0.34 0.44
HSL 323.71º 0.76% 0.32% -
HSV(B) 323.71º 0.86% 0.56% -
XYZ 13.82 7.26 11.5 -
YUV 65.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 144 20 95 0 0.86 0.34 0.44 323.71 0.76 0.32
Hex 90 14 5F 0 56 22 2C 144 4C 20
Octal 220 24 137 0 126 42 54 504 114 40
Binary 10010000 10100 1011111 0 1010110 100010 101100 101000100 1001100 100000

Color Harmonies of #90145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90145F

Black with #90145F

Text Example


Text Example

White with #90145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90145F; }

 p { color: rgb(144,20,95); }

 H1.HeaderClassName
 {
   color: #90145F;
 }
 .AnyTagClassName
 {
   color: #90145F;
 }
</style>

background-color css

<style>
 a { background-color: #90145F; }

 a { background-color: rgb(144,20,95); }

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

border-color css

<style>
 span { border-color: #90145F; }

 span { border-color: rgb(144,20,95); }

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