Html Css Color HEX #90068C Dark Magenta

📋 copy color: '#90068C'

red 144 ◦ green 6 ◦ blue 140

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

Shades of Dark Magenta #90068C

Tints of Dark Magenta #90068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 49.66%
G = 2.07%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90068C (or 0x90068C) is known color: Dark Magenta. HEX triplet: 90, 06 and 8C. RGB value is (144,6,140). Sum of RGB (Red+Green+Blue) = 144+6+140=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90068C is #6FF973. Grayscale: #3E3E3E. Windows color (decimal): -7338356 or 9176720. OLE color: 9176720.

HSL color Cylindrical-coordinate representation of color #90068C: hue angle of 301.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90068C is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 140 -
CMYK 0 0.96 0.03 0.44
HSL 301.74º 0.92% 0.29% -
HSV(B) 301.74º 0.96% 0.56% -
XYZ 16.3 7.95 25.49 -
YUV 62.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 144 6 140 0 0.96 0.03 0.44 301.74 0.92 0.29
Hex 90 6 8C 0 60 3 2C 12E 5C 1D
Octal 220 6 214 0 140 3 54 456 134 35
Binary 10010000 110 10001100 0 1100000 11 101100 100101110 1011100 11101

Color Harmonies of #90068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90068C

Black with #90068C

Text Example


Text Example

White with #90068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,6,140); }

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

background-color css

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

 a { background-color: rgb(144,6,140); }

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

border-color css

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

 span { border-color: rgb(144,6,140); }

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