Html Css Color HEX #901DB5 Dark Orchid

📋 copy color: '#901DB5'

red 144 ◦ green 29 ◦ blue 181

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

Shades of Dark Orchid #901DB5

Tints of Dark Orchid #901DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.13%

R = 40.68%
G = 8.19%
B = 51.13%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#901DB5 (or 0x901DB5) is known color: Dark Orchid. HEX triplet: 90, 1D and B5. RGB value is (144,29,181). Sum of RGB (Red+Green+Blue) = 144+29+181=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #901DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DB5 is #6FE24A. Grayscale: #505050. Windows color (decimal): -7332427 or 11869584. OLE color: 11869584.

HSL color Cylindrical-coordinate representation of color #901DB5: hue angle of 285.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DB5 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 29 181 -
CMYK 0.20 0.84 0 0.29
HSL 285.39º 0.72% 0.41% -
HSV(B) 285.39º 0.84% 0.71% -
XYZ 20.28 10.14 44.61 -
YUV 80.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 144 29 181 0.20 0.84 0 0.29 285.39 0.72 0.41
Hex 90 1D B5 14 54 0 1D 11D 48 29
Octal 220 35 265 24 124 0 35 435 110 51
Binary 10010000 11101 10110101 10100 1010100 0 11101 100011101 1001000 101001

Color Harmonies of #901DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DB5

Black with #901DB5

Text Example


Text Example

White with #901DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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