Html Css Color HEX #911ABD Dark Orchid

📋 copy color: '#911ABD'

red 145 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #911ABD

Tints of Dark Orchid #911ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 40.28%
G = 7.22%
B = 52.5%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#911ABD (or 0x911ABD) is known color: Dark Orchid. HEX triplet: 91, 1A and BD. RGB value is (145,26,189). Sum of RGB (Red+Green+Blue) = 145+26+189=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #911ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ABD is #6EE542. Grayscale: #4F4F4F. Windows color (decimal): -7267651 or 12393105. OLE color: 12393105.

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

Color convert

RGB 145 26 189 -
CMYK 0.23 0.86 0 0.26
HSL 283.8º 0.76% 0.42% -
HSV(B) 283.8º 0.86% 0.74% -
XYZ 21.23 10.43 49.04 -
YUV 80.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 145 26 189 0.23 0.86 0 0.26 283.8 0.76 0.42
Hex 91 1A BD 17 56 0 1A 11C 4C 2A
Octal 221 32 275 27 126 0 32 434 114 52
Binary 10010001 11010 10111101 10111 1010110 0 11010 100011100 1001100 101010

Color Harmonies of #911ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ABD

Black with #911ABD

Text Example


Text Example

White with #911ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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