Html Css Color HEX #90068F Dark Magenta

📋 copy color: '#90068F'

red 144 ◦ green 6 ◦ blue 143

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

Shades of Dark Magenta #90068F

Tints of Dark Magenta #90068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 49.15%
G = 2.05%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90068F (or 0x90068F) is known color: Dark Magenta. HEX triplet: 90, 06 and 8F. RGB value is (144,6,143). Sum of RGB (Red+Green+Blue) = 144+6+143=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90068F is #6FF970. Grayscale: #3E3E3E. Windows color (decimal): -7338353 or 9373328. OLE color: 9373328.

HSL color Cylindrical-coordinate representation of color #90068F: hue angle of 300.43º 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 #90068F is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 143 -
CMYK 0 0.96 0.01 0.44
HSL 300.43º 0.92% 0.29% -
HSV(B) 300.43º 0.96% 0.56% -
XYZ 16.52 8.04 26.67 -
YUV 62.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 144 6 143 0 0.96 0.01 0.44 300.43 0.92 0.29
Hex 90 6 8F 0 60 1 2C 12C 5C 1D
Octal 220 6 217 0 140 1 54 454 134 35
Binary 10010000 110 10001111 0 1100000 1 101100 100101100 1011100 11101

Color Harmonies of #90068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90068F

Black with #90068F

Text Example


Text Example

White with #90068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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