Html Css Color HEX #901ABC Dark Orchid

📋 copy color: '#901ABC'

red 144 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #901ABC

Tints of Dark Orchid #901ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 40.22%
G = 7.26%
B = 52.51%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#901ABC (or 0x901ABC) is known color: Dark Orchid. HEX triplet: 90, 1A and BC. RGB value is (144,26,188). Sum of RGB (Red+Green+Blue) = 144+26+188=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #901ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ABC is #6FE543. Grayscale: #4F4F4F. Windows color (decimal): -7333188 or 12327568. OLE color: 12327568.

HSL color Cylindrical-coordinate representation of color #901ABC: hue angle of 283.7º 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 #901ABC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 26 188 -
CMYK 0.23 0.86 0 0.26
HSL 283.7º 0.76% 0.42% -
HSV(B) 283.7º 0.86% 0.74% -
XYZ 20.95 10.3 48.46 -
YUV 79.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 144 26 188 0.23 0.86 0 0.26 283.7 0.76 0.42
Hex 90 1A BC 17 56 0 1A 11C 4C 2A
Octal 220 32 274 27 126 0 32 434 114 52
Binary 10010000 11010 10111100 10111 1010110 0 11010 100011100 1001100 101010

Color Harmonies of #901ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ABC

Black with #901ABC

Text Example


Text Example

White with #901ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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