Html Css Color HEX #90165F Jazzberry Jam

📋 copy color: '#90165F'

red 144 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #90165F

Tints of Jazzberry Jam #90165F

RGB

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

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

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

R = 55.17%
G = 8.43%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90165F (or 0x90165F) is known color: Jazzberry Jam. HEX triplet: 90, 16 and 5F. RGB value is (144,22,95). Sum of RGB (Red+Green+Blue) = 144+22+95=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90165F is #6FE9A0. Grayscale: #424242. Windows color (decimal): -7334305 or 6231696. OLE color: 6231696.

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

Color convert

RGB 144 22 95 -
CMYK 0 0.85 0.34 0.44
HSL 324.1º 0.73% 0.33% -
HSV(B) 324.1º 0.85% 0.56% -
XYZ 13.85 7.33 11.51 -
YUV 66.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 144 22 95 0 0.85 0.34 0.44 324.1 0.73 0.33
Hex 90 16 5F 0 55 22 2C 144 49 21
Octal 220 26 137 0 125 42 54 504 111 41
Binary 10010000 10110 1011111 0 1010101 100010 101100 101000100 1001001 100001

Color Harmonies of #90165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90165F

Black with #90165F

Text Example


Text Example

White with #90165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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