Html Css Color HEX #90165E Jazzberry Jam

📋 copy color: '#90165E'

red 144 ◦ green 22 ◦ blue 94

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

Shades of Jazzberry Jam #90165E

Tints of Jazzberry Jam #90165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 55.38%
G = 8.46%
B = 36.15%

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

#90165E (or 0x90165E) is known color: Jazzberry Jam. HEX triplet: 90, 16 and 5E. RGB value is (144,22,94). Sum of RGB (Red+Green+Blue) = 144+22+94=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90165E is #6FE9A1. Grayscale: #424242. Windows color (decimal): -7334306 or 6166160. OLE color: 6166160.

HSL color Cylindrical-coordinate representation of color #90165E: hue angle of 324.59º 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 #90165E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 94 -
CMYK 0 0.85 0.35 0.44
HSL 324.59º 0.73% 0.33% -
HSV(B) 324.59º 0.85% 0.56% -
XYZ 13.81 7.31 11.27 -
YUV 66.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 144 22 94 0 0.85 0.35 0.44 324.59 0.73 0.33
Hex 90 16 5E 0 55 23 2C 145 49 21
Octal 220 26 136 0 125 43 54 505 111 41
Binary 10010000 10110 1011110 0 1010101 100011 101100 101000101 1001001 100001

Color Harmonies of #90165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90165E

Black with #90165E

Text Example


Text Example

White with #90165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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