Html Css Color HEX #901BBB Dark Orchid

📋 copy color: '#901BBB'

red 144 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #901BBB

Tints of Dark Orchid #901BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 40.22%
G = 7.54%
B = 52.23%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#901BBB (or 0x901BBB) is known color: Dark Orchid. HEX triplet: 90, 1B and BB. RGB value is (144,27,187). Sum of RGB (Red+Green+Blue) = 144+27+187=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #901BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BBB is #6FE444. Grayscale: #4F4F4F. Windows color (decimal): -7332933 or 12262288. OLE color: 12262288.

HSL color Cylindrical-coordinate representation of color #901BBB: hue angle of 283.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901BBB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 27 187 -
CMYK 0.23 0.86 0 0.27
HSL 283.88º 0.75% 0.42% -
HSV(B) 283.88º 0.86% 0.73% -
XYZ 20.86 10.3 47.9 -
YUV 80.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 144 27 187 0.23 0.86 0 0.27 283.88 0.75 0.42
Hex 90 1B BB 17 56 0 1B 11C 4B 2A
Octal 220 33 273 27 126 0 33 434 113 52
Binary 10010000 11011 10111011 10111 1010110 0 11011 100011100 1001011 101010

Color Harmonies of #901BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901BBB

Black with #901BBB

Text Example


Text Example

White with #901BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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