Html Css Color HEX #90195E Jazzberry Jam

📋 copy color: '#90195E'

red 144 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #90195E

Tints of Jazzberry Jam #90195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 54.75%
G = 9.51%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90195E (or 0x90195E) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 5E. RGB value is (144,25,94). Sum of RGB (Red+Green+Blue) = 144+25+94=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #90195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90195E is #6FE6A1. Grayscale: #444444. Windows color (decimal): -7333538 or 6166928. OLE color: 6166928.

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

Color convert

RGB 144 25 94 -
CMYK 0 0.83 0.35 0.44
HSL 325.21º 0.7% 0.33% -
HSV(B) 325.21º 0.83% 0.56% -
XYZ 13.87 7.43 11.29 -
YUV 68.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 144 25 94 0 0.83 0.35 0.44 325.21 0.7 0.33
Hex 90 19 5E 0 53 23 2C 145 46 21
Octal 220 31 136 0 123 43 54 505 106 41
Binary 10010000 11001 1011110 0 1010011 100011 101100 101000101 1000110 100001

Color Harmonies of #90195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90195E

Black with #90195E

Text Example


Text Example

White with #90195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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