Html Css Color HEX #901ABD Dark Orchid

📋 copy color: '#901ABD'

red 144 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #901ABD

Tints of Dark Orchid #901ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 40.11%
G = 7.24%
B = 52.65%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#901ABD (or 0x901ABD) is known color: Dark Orchid. HEX triplet: 90, 1A and BD. RGB value is (144,26,189). Sum of RGB (Red+Green+Blue) = 144+26+189=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #901ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ABD is #6FE542. Grayscale: #4F4F4F. Windows color (decimal): -7333187 or 12393104. OLE color: 12393104.

HSL color Cylindrical-coordinate representation of color #901ABD: hue angle of 283.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901ABD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 26 189 -
CMYK 0.24 0.86 0 0.26
HSL 283.44º 0.76% 0.42% -
HSV(B) 283.44º 0.86% 0.74% -
XYZ 21.06 10.34 49.03 -
YUV 79.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 144 26 189 0.24 0.86 0 0.26 283.44 0.76 0.42
Hex 90 1A BD 18 56 0 1A 11B 4C 2A
Octal 220 32 275 30 126 0 32 433 114 52
Binary 10010000 11010 10111101 11000 1010110 0 11010 100011011 1001100 101010

Color Harmonies of #901ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ABD

Black with #901ABD

Text Example


Text Example

White with #901ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,26,189); }

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

background-color css

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

 a { background-color: rgb(144,26,189); }

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

border-color css

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

 span { border-color: rgb(144,26,189); }

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