Html Css Color HEX #901BCD Dark Orchid

📋 copy color: '#901BCD'

red 144 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #901BCD

Tints of Dark Orchid #901BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 38.3%
G = 7.18%
B = 54.52%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#901BCD (or 0x901BCD) is known color: Dark Orchid. HEX triplet: 90, 1B and CD. RGB value is (144,27,205). Sum of RGB (Red+Green+Blue) = 144+27+205=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #901BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BCD is #6FE432. Grayscale: #515151. Windows color (decimal): -7332915 or 13441936. OLE color: 13441936.

HSL color Cylindrical-coordinate representation of color #901BCD: hue angle of 279.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901BCD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 27 205 -
CMYK 0.30 0.87 0 0.20
HSL 279.44º 0.77% 0.45% -
HSV(B) 279.44º 0.87% 0.8% -
XYZ 22.91 11.12 58.7 -
YUV 82.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 144 27 205 0.30 0.87 0 0.20 279.44 0.77 0.45
Hex 90 1B CD 1E 57 0 14 117 4D 2D
Octal 220 33 315 36 127 0 24 427 115 55
Binary 10010000 11011 11001101 11110 1010111 0 10100 100010111 1001101 101101

Color Harmonies of #901BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901BCD

Black with #901BCD

Text Example


Text Example

White with #901BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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