Html Css Color HEX #90195D Jazzberry Jam

📋 copy color: '#90195D'

red 144 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #90195D

Tints of Jazzberry Jam #90195D

RGB

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

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

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

R = 54.96%
G = 9.54%
B = 35.5%

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

#90195D (or 0x90195D) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 5D. RGB value is (144,25,93). Sum of RGB (Red+Green+Blue) = 144+25+93=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #90195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90195D is #6FE6A2. Grayscale: #444444. Windows color (decimal): -7333539 or 6101392. OLE color: 6101392.

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

Color convert

RGB 144 25 93 -
CMYK 0 0.83 0.35 0.44
HSL 325.71º 0.7% 0.33% -
HSV(B) 325.71º 0.83% 0.56% -
XYZ 13.83 7.41 11.06 -
YUV 68.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 144 25 93 0 0.83 0.35 0.44 325.71 0.7 0.33
Hex 90 19 5D 0 53 23 2C 146 46 21
Octal 220 31 135 0 123 43 54 506 106 41
Binary 10010000 11001 1011101 0 1010011 100011 101100 101000110 1000110 100001

Color Harmonies of #90195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90195D

Black with #90195D

Text Example


Text Example

White with #90195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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