Html Css Color HEX #901DCE Dark Orchid

📋 copy color: '#901DCE'

red 144 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #901DCE

Tints of Dark Orchid #901DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

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

R = 37.99%
G = 7.65%
B = 54.35%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#901DCE (or 0x901DCE) is known color: Dark Orchid. HEX triplet: 90, 1D and CE. RGB value is (144,29,206). Sum of RGB (Red+Green+Blue) = 144+29+206=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #901DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DCE is #6FE231. Grayscale: #525252. Windows color (decimal): -7332402 or 13507984. OLE color: 13507984.

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

Color convert

RGB 144 29 206 -
CMYK 0.30 0.86 0 0.19
HSL 278.98º 0.75% 0.46% -
HSV(B) 278.98º 0.86% 0.81% -
XYZ 23.08 11.26 59.35 -
YUV 83.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 144 29 206 0.30 0.86 0 0.19 278.98 0.75 0.46
Hex 90 1D CE 1E 56 0 13 117 4B 2E
Octal 220 35 316 36 126 0 23 427 113 56
Binary 10010000 11101 11001110 11110 1010110 0 10011 100010111 1001011 101110

Color Harmonies of #901DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DCE

Black with #901DCE

Text Example


Text Example

White with #901DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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