Html Css Color HEX #901AB0 Dark Orchid

📋 copy color: '#901AB0'

red 144 ◦ green 26 ◦ blue 176

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

Shades of Dark Orchid #901AB0

Tints of Dark Orchid #901AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.87%

R = 41.62%
G = 7.51%
B = 50.87%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#901AB0 (or 0x901AB0) is known color: Dark Orchid. HEX triplet: 90, 1A and B0. RGB value is (144,26,176). Sum of RGB (Red+Green+Blue) = 144+26+176=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #901AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AB0 is #6FE54F. Grayscale: #4D4D4D. Windows color (decimal): -7333200 or 11541136. OLE color: 11541136.

HSL color Cylindrical-coordinate representation of color #901AB0: hue angle of 287.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901AB0 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 26 176 -
CMYK 0.18 0.85 0 0.31
HSL 287.2º 0.74% 0.4% -
HSV(B) 287.2º 0.85% 0.69% -
XYZ 19.71 9.8 41.93 -
YUV 78.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 144 26 176 0.18 0.85 0 0.31 287.2 0.74 0.4
Hex 90 1A B0 12 55 0 1F 11F 4A 28
Octal 220 32 260 22 125 0 37 437 112 50
Binary 10010000 11010 10110000 10010 1010101 0 11111 100011111 1001010 101000

Color Harmonies of #901AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901AB0

Black with #901AB0

Text Example


Text Example

White with #901AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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