Html Css Color HEX #901EB6 Dark Orchid

📋 copy color: '#901EB6'

red 144 ◦ green 30 ◦ blue 182

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

Shades of Dark Orchid #901EB6

Tints of Dark Orchid #901EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 40.45%
G = 8.43%
B = 51.12%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#901EB6 (or 0x901EB6) is known color: Dark Orchid. HEX triplet: 90, 1E and B6. RGB value is (144,30,182). Sum of RGB (Red+Green+Blue) = 144+30+182=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #901EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EB6 is #6FE149. Grayscale: #505050. Windows color (decimal): -7332170 or 11935376. OLE color: 11935376.

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

Color convert

RGB 144 30 182 -
CMYK 0.21 0.84 0 0.29
HSL 285º 0.72% 0.42% -
HSV(B) 285º 0.84% 0.71% -
XYZ 20.41 10.24 45.16 -
YUV 81.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 144 30 182 0.21 0.84 0 0.29 285 0.72 0.42
Hex 90 1E B6 15 54 0 1D 11D 48 2A
Octal 220 36 266 25 124 0 35 435 110 52
Binary 10010000 11110 10110110 10101 1010100 0 11101 100011101 1001000 101010

Color Harmonies of #901EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EB6

Black with #901EB6

Text Example


Text Example

White with #901EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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