Html Css Color HEX #901FAE Dark Orchid

📋 copy color: '#901FAE'

red 144 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #901FAE

Tints of Dark Orchid #901FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 41.26%
G = 8.88%
B = 49.86%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#901FAE (or 0x901FAE) is known color: Dark Orchid. HEX triplet: 90, 1F and AE. RGB value is (144,31,174). Sum of RGB (Red+Green+Blue) = 144+31+174=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #901FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901FAE is #6FE051. Grayscale: #505050. Windows color (decimal): -7331922 or 11411344. OLE color: 11411344.

HSL color Cylindrical-coordinate representation of color #901FAE: hue angle of 287.41º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901FAE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 31 174 -
CMYK 0.17 0.82 0 0.32
HSL 287.41º 0.7% 0.4% -
HSV(B) 287.41º 0.82% 0.68% -
XYZ 19.63 9.97 40.93 -
YUV 81.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 144 31 174 0.17 0.82 0 0.32 287.41 0.7 0.4
Hex 90 1F AE 11 52 0 20 11F 46 28
Octal 220 37 256 21 122 0 40 437 106 50
Binary 10010000 11111 10101110 10001 1010010 0 100000 100011111 1000110 101000

Color Harmonies of #901FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FAE

Black with #901FAE

Text Example


Text Example

White with #901FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,31,174); }

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

background-color css

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

 a { background-color: rgb(144,31,174); }

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

border-color css

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

 span { border-color: rgb(144,31,174); }

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