Html Css Color HEX #901EC9 Dark Orchid

📋 copy color: '#901EC9'

red 144 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #901EC9

Tints of Dark Orchid #901EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.6%

R = 38.4%
G = 8%
B = 53.6%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#901EC9 (or 0x901EC9) is known color: Dark Orchid. HEX triplet: 90, 1E and C9. RGB value is (144,30,201). Sum of RGB (Red+Green+Blue) = 144+30+201=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #901EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EC9 is #6FE136. Grayscale: #535353. Windows color (decimal): -7332151 or 13180560. OLE color: 13180560.

HSL color Cylindrical-coordinate representation of color #901EC9: hue angle of 280º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901EC9 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 30 201 -
CMYK 0.28 0.85 0 0.21
HSL 280º 0.74% 0.45% -
HSV(B) 280º 0.85% 0.79% -
XYZ 22.51 11.07 56.21 -
YUV 83.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 144 30 201 0.28 0.85 0 0.21 280 0.74 0.45
Hex 90 1E C9 1C 55 0 15 118 4A 2D
Octal 220 36 311 34 125 0 25 430 112 55
Binary 10010000 11110 11001001 11100 1010101 0 10101 100011000 1001010 101101

Color Harmonies of #901EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EC9

Black with #901EC9

Text Example


Text Example

White with #901EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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