Html Css Color HEX #911ABE Dark Orchid

📋 copy color: '#911ABE'

red 145 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #911ABE

Tints of Dark Orchid #911ABE

RGB

 RED value IS 145 (57.03% from 255) = 40.17%

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 40.17%
G = 7.2%
B = 52.63%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#911ABE (or 0x911ABE) is known color: Dark Orchid. HEX triplet: 91, 1A and BE. RGB value is (145,26,190). Sum of RGB (Red+Green+Blue) = 145+26+190=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #911ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ABE is #6EE541. Grayscale: #4F4F4F. Windows color (decimal): -7267650 or 12458641. OLE color: 12458641.

HSL color Cylindrical-coordinate representation of color #911ABE: hue angle of 283.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911ABE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 26 190 -
CMYK 0.24 0.86 0 0.25
HSL 283.54º 0.76% 0.42% -
HSV(B) 283.54º 0.86% 0.75% -
XYZ 21.34 10.48 49.61 -
YUV 80.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 145 26 190 0.24 0.86 0 0.25 283.54 0.76 0.42
Hex 91 1A BE 18 56 0 19 11C 4C 2A
Octal 221 32 276 30 126 0 31 434 114 52
Binary 10010001 11010 10111110 11000 1010110 0 11001 100011100 1001100 101010

Color Harmonies of #911ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ABE

Black with #911ABE

Text Example


Text Example

White with #911ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911ABE; }

 p { color: rgb(145,26,190); }

 H1.HeaderClassName
 {
   color: #911ABE;
 }
 .AnyTagClassName
 {
   color: #911ABE;
 }
</style>

background-color css

<style>
 a { background-color: #911ABE; }

 a { background-color: rgb(145,26,190); }

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

border-color css

<style>
 span { border-color: #911ABE; }

 span { border-color: rgb(145,26,190); }

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