Html Css Color HEX #901DBB Dark Orchid

📋 copy color: '#901DBB'

red 144 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #901DBB

Tints of Dark Orchid #901DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 40%
G = 8.06%
B = 51.94%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#901DBB (or 0x901DBB) is known color: Dark Orchid. HEX triplet: 90, 1D and BB. RGB value is (144,29,187). Sum of RGB (Red+Green+Blue) = 144+29+187=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #901DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DBB is #6FE244. Grayscale: #505050. Windows color (decimal): -7332421 or 12262800. OLE color: 12262800.

HSL color Cylindrical-coordinate representation of color #901DBB: hue angle of 283.67º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DBB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 29 187 -
CMYK 0.23 0.84 0 0.27
HSL 283.67º 0.73% 0.42% -
HSV(B) 283.67º 0.84% 0.73% -
XYZ 20.91 10.4 47.92 -
YUV 81.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 144 29 187 0.23 0.84 0 0.27 283.67 0.73 0.42
Hex 90 1D BB 17 54 0 1B 11C 49 2A
Octal 220 35 273 27 124 0 33 434 111 52
Binary 10010000 11101 10111011 10111 1010100 0 11011 100011100 1001001 101010

Color Harmonies of #901DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DBB

Black with #901DBB

Text Example


Text Example

White with #901DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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