Html Css Color HEX #90165D Jazzberry Jam

📋 copy color: '#90165D'

red 144 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #90165D

Tints of Jazzberry Jam #90165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 55.6%
G = 8.49%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90165D (or 0x90165D) is known color: Jazzberry Jam. HEX triplet: 90, 16 and 5D. RGB value is (144,22,93). Sum of RGB (Red+Green+Blue) = 144+22+93=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90165D is #6FE9A2. Grayscale: #424242. Windows color (decimal): -7334307 or 6100624. OLE color: 6100624.

HSL color Cylindrical-coordinate representation of color #90165D: hue angle of 325.08º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90165D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 93 -
CMYK 0 0.85 0.35 0.44
HSL 325.08º 0.73% 0.33% -
HSV(B) 325.08º 0.85% 0.56% -
XYZ 13.76 7.29 11.04 -
YUV 66.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 144 22 93 0 0.85 0.35 0.44 325.08 0.73 0.33
Hex 90 16 5D 0 55 23 2C 145 49 21
Octal 220 26 135 0 125 43 54 505 111 41
Binary 10010000 10110 1011101 0 1010101 100011 101100 101000101 1001001 100001

Color Harmonies of #90165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90165D

Black with #90165D

Text Example


Text Example

White with #90165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90165D; }

 p { color: rgb(144,22,93); }

 H1.HeaderClassName
 {
   color: #90165D;
 }
 .AnyTagClassName
 {
   color: #90165D;
 }
</style>

background-color css

<style>
 a { background-color: #90165D; }

 a { background-color: rgb(144,22,93); }

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

border-color css

<style>
 span { border-color: #90165D; }

 span { border-color: rgb(144,22,93); }

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