Html Css Color HEX #901EB8 Dark Orchid

📋 copy color: '#901EB8'

red 144 ◦ green 30 ◦ blue 184

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

Shades of Dark Orchid #901EB8

Tints of Dark Orchid #901EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 40.22%
G = 8.38%
B = 51.4%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#901EB8 (or 0x901EB8) is known color: Dark Orchid. HEX triplet: 90, 1E and B8. RGB value is (144,30,184). Sum of RGB (Red+Green+Blue) = 144+30+184=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #901EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EB8 is #6FE147. Grayscale: #515151. Windows color (decimal): -7332168 or 12066448. OLE color: 12066448.

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

Color convert

RGB 144 30 184 -
CMYK 0.22 0.84 0 0.28
HSL 284.42º 0.72% 0.42% -
HSV(B) 284.42º 0.84% 0.72% -
XYZ 20.62 10.32 46.25 -
YUV 81.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 144 30 184 0.22 0.84 0 0.28 284.42 0.72 0.42
Hex 90 1E B8 16 54 0 1C 11C 48 2A
Octal 220 36 270 26 124 0 34 434 110 52
Binary 10010000 11110 10111000 10110 1010100 0 11100 100011100 1001000 101010

Color Harmonies of #901EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EB8

Black with #901EB8

Text Example


Text Example

White with #901EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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