Html Css Color HEX #901ECE Dark Orchid

📋 copy color: '#901ECE'

red 144 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #901ECE

Tints of Dark Orchid #901ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 37.89%
G = 7.89%
B = 54.21%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#901ECE (or 0x901ECE) is known color: Dark Orchid. HEX triplet: 90, 1E and CE. RGB value is (144,30,206). Sum of RGB (Red+Green+Blue) = 144+30+206=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #901ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECE is #6FE131. Grayscale: #535353. Windows color (decimal): -7332146 or 13508240. OLE color: 13508240.

HSL color Cylindrical-coordinate representation of color #901ECE: hue angle of 278.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901ECE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 30 206 -
CMYK 0.30 0.85 0 0.19
HSL 278.86º 0.75% 0.46% -
HSV(B) 278.86º 0.85% 0.81% -
XYZ 23.11 11.31 59.36 -
YUV 84.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 144 30 206 0.30 0.85 0 0.19 278.86 0.75 0.46
Hex 90 1E CE 1E 55 0 13 117 4B 2E
Octal 220 36 316 36 125 0 23 427 113 56
Binary 10010000 11110 11001110 11110 1010101 0 10011 100010111 1001011 101110

Color Harmonies of #901ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ECE

Black with #901ECE

Text Example


Text Example

White with #901ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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