Html Css Color HEX #901EBF Dark Orchid

📋 copy color: '#901EBF'

red 144 ◦ green 30 ◦ blue 191

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

Shades of Dark Orchid #901EBF

Tints of Dark Orchid #901EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 39.45%
G = 8.22%
B = 52.33%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#901EBF (or 0x901EBF) is known color: Dark Orchid. HEX triplet: 90, 1E and BF. RGB value is (144,30,191). Sum of RGB (Red+Green+Blue) = 144+30+191=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #901EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EBF is #6FE140. Grayscale: #515151. Windows color (decimal): -7332161 or 12525200. OLE color: 12525200.

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

Color convert

RGB 144 30 191 -
CMYK 0.25 0.84 0 0.25
HSL 282.48º 0.73% 0.43% -
HSV(B) 282.48º 0.84% 0.75% -
XYZ 21.37 10.62 50.21 -
YUV 82.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 144 30 191 0.25 0.84 0 0.25 282.48 0.73 0.43
Hex 90 1E BF 19 54 0 19 11A 49 2B
Octal 220 36 277 31 124 0 31 432 111 53
Binary 10010000 11110 10111111 11001 1010100 0 11001 100011010 1001001 101011

Color Harmonies of #901EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EBF

Black with #901EBF

Text Example


Text Example

White with #901EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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