Html Css Color HEX #901ECA Dark Orchid

📋 copy color: '#901ECA'

red 144 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #901ECA

Tints of Dark Orchid #901ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 38.3%
G = 7.98%
B = 53.72%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#901ECA (or 0x901ECA) is known color: Dark Orchid. HEX triplet: 90, 1E and CA. RGB value is (144,30,202). Sum of RGB (Red+Green+Blue) = 144+30+202=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #901ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECA is #6FE135. Grayscale: #535353. Windows color (decimal): -7332150 or 13246096. OLE color: 13246096.

HSL color Cylindrical-coordinate representation of color #901ECA: hue angle of 279.77º 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 #901ECA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 30 202 -
CMYK 0.29 0.85 0 0.21
HSL 279.77º 0.74% 0.45% -
HSV(B) 279.77º 0.85% 0.79% -
XYZ 22.63 11.12 56.83 -
YUV 83.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 144 30 202 0.29 0.85 0 0.21 279.77 0.74 0.45
Hex 90 1E CA 1D 55 0 15 118 4A 2D
Octal 220 36 312 35 125 0 25 430 112 55
Binary 10010000 11110 11001010 11101 1010101 0 10101 100011000 1001010 101101

Color Harmonies of #901ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ECA

Black with #901ECA

Text Example


Text Example

White with #901ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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