Html Css Color HEX #901BAC Dark Orchid

📋 copy color: '#901BAC'

red 144 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #901BAC

Tints of Dark Orchid #901BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 41.98%
G = 7.87%
B = 50.15%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#901BAC (or 0x901BAC) is known color: Dark Orchid. HEX triplet: 90, 1B and AC. RGB value is (144,27,172). Sum of RGB (Red+Green+Blue) = 144+27+172=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #901BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901BAC is #6FE453. Grayscale: #4E4E4E. Windows color (decimal): -7332948 or 11279248. OLE color: 11279248.

HSL color Cylindrical-coordinate representation of color #901BAC: hue angle of 288.41º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901BAC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 27 172 -
CMYK 0.16 0.84 0 0.33
HSL 288.41º 0.73% 0.39% -
HSV(B) 288.41º 0.84% 0.67% -
XYZ 19.34 9.69 39.88 -
YUV 78.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 144 27 172 0.16 0.84 0 0.33 288.41 0.73 0.39
Hex 90 1B AC 10 54 0 21 120 49 27
Octal 220 33 254 20 124 0 41 440 111 47
Binary 10010000 11011 10101100 10000 1010100 0 100001 100100000 1001001 100111

Color Harmonies of #901BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901BAC

Black with #901BAC

Text Example


Text Example

White with #901BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,27,172); }

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

background-color css

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

 a { background-color: rgb(144,27,172); }

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

border-color css

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

 span { border-color: rgb(144,27,172); }

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