Html Css Color HEX #901EAC Dark Orchid

📋 copy color: '#901EAC'

red 144 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #901EAC

Tints of Dark Orchid #901EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 41.62%
G = 8.67%
B = 49.71%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#901EAC (or 0x901EAC) is known color: Dark Orchid. HEX triplet: 90, 1E and AC. RGB value is (144,30,172). Sum of RGB (Red+Green+Blue) = 144+30+172=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #901EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901EAC is #6FE153. Grayscale: #4F4F4F. Windows color (decimal): -7332180 or 11280016. OLE color: 11280016.

HSL color Cylindrical-coordinate representation of color #901EAC: hue angle of 288.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901EAC is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 30 172 -
CMYK 0.16 0.83 0 0.33
HSL 288.17º 0.7% 0.4% -
HSV(B) 288.17º 0.83% 0.67% -
XYZ 19.41 9.84 39.91 -
YUV 80.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 144 30 172 0.16 0.83 0 0.33 288.17 0.7 0.4
Hex 90 1E AC 10 53 0 21 120 46 28
Octal 220 36 254 20 123 0 41 440 106 50
Binary 10010000 11110 10101100 10000 1010011 0 100001 100100000 1000110 101000

Color Harmonies of #901EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EAC

Black with #901EAC

Text Example


Text Example

White with #901EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901EAC; }

 p { color: rgb(144,30,172); }

 H1.HeaderClassName
 {
   color: #901EAC;
 }
 .AnyTagClassName
 {
   color: #901EAC;
 }
</style>

background-color css

<style>
 a { background-color: #901EAC; }

 a { background-color: rgb(144,30,172); }

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

border-color css

<style>
 span { border-color: #901EAC; }

 span { border-color: rgb(144,30,172); }

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