Html Css Color HEX #90125D Jazzberry Jam

📋 copy color: '#90125D'

red 144 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #90125D

Tints of Jazzberry Jam #90125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 56.47%
G = 7.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90125D (or 0x90125D) is known color: Jazzberry Jam. HEX triplet: 90, 12 and 5D. RGB value is (144,18,93). Sum of RGB (Red+Green+Blue) = 144+18+93=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90125D is #6FEDA2. Grayscale: #404040. Windows color (decimal): -7335331 or 6099600. OLE color: 6099600.

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

Color convert

RGB 144 18 93 -
CMYK 0 0.88 0.35 0.44
HSL 324.29º 0.78% 0.32% -
HSV(B) 324.29º 0.88% 0.56% -
XYZ 13.69 7.15 11.01 -
YUV 64.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 144 18 93 0 0.88 0.35 0.44 324.29 0.78 0.32
Hex 90 12 5D 0 58 23 2C 144 4E 20
Octal 220 22 135 0 130 43 54 504 116 40
Binary 10010000 10010 1011101 0 1011000 100011 101100 101000100 1001110 100000

Color Harmonies of #90125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90125D

Black with #90125D

Text Example


Text Example

White with #90125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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