Html Css Color HEX #90125C Jazzberry Jam

📋 copy color: '#90125C'

red 144 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #90125C

Tints of Jazzberry Jam #90125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 56.69%
G = 7.09%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90125C (or 0x90125C) is known color: Jazzberry Jam. HEX triplet: 90, 12 and 5C. RGB value is (144,18,92). Sum of RGB (Red+Green+Blue) = 144+18+92=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90125C is #6FEDA3. Grayscale: #3F3F3F. Windows color (decimal): -7335332 or 6034064. OLE color: 6034064.

HSL color Cylindrical-coordinate representation of color #90125C: hue angle of 324.76º 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 #90125C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 18 92 -
CMYK 0 0.88 0.36 0.44
HSL 324.76º 0.78% 0.32% -
HSV(B) 324.76º 0.88% 0.56% -
XYZ 13.65 7.13 10.78 -
YUV 64.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 144 18 92 0 0.88 0.36 0.44 324.76 0.78 0.32
Hex 90 12 5C 0 58 24 2C 145 4E 20
Octal 220 22 134 0 130 44 54 505 116 40
Binary 10010000 10010 1011100 0 1011000 100100 101100 101000101 1001110 100000

Color Harmonies of #90125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90125C

Black with #90125C

Text Example


Text Example

White with #90125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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