Html Css Color HEX #901ABF Dark Orchid

📋 copy color: '#901ABF'

red 144 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #901ABF

Tints of Dark Orchid #901ABF

RGB

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

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

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

R = 39.89%
G = 7.2%
B = 52.91%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#901ABF (or 0x901ABF) is known color: Dark Orchid. HEX triplet: 90, 1A and BF. RGB value is (144,26,191). Sum of RGB (Red+Green+Blue) = 144+26+191=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #901ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ABF is #6FE540. Grayscale: #4F4F4F. Windows color (decimal): -7333185 or 12524176. OLE color: 12524176.

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

Color convert

RGB 144 26 191 -
CMYK 0.25 0.86 0 0.25
HSL 282.91º 0.76% 0.43% -
HSV(B) 282.91º 0.86% 0.75% -
XYZ 21.27 10.43 50.18 -
YUV 80.09 190.59 173.58 -
System Red Green Blue C M Y K H S L
Decimal 144 26 191 0.25 0.86 0 0.25 282.91 0.76 0.43
Hex 90 1A BF 19 56 0 19 11B 4C 2B
Octal 220 32 277 31 126 0 31 433 114 53
Binary 10010000 11010 10111111 11001 1010110 0 11001 100011011 1001100 101011

Color Harmonies of #901ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ABF

Black with #901ABF

Text Example


Text Example

White with #901ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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