Html Css Color HEX #911AB8 Dark Orchid

📋 copy color: '#911AB8'

red 145 ◦ green 26 ◦ blue 184

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

Shades of Dark Orchid #911AB8

Tints of Dark Orchid #911AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.83%

R = 40.85%
G = 7.32%
B = 51.83%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#911AB8 (or 0x911AB8) is known color: Dark Orchid. HEX triplet: 91, 1A and B8. RGB value is (145,26,184). Sum of RGB (Red+Green+Blue) = 145+26+184=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #911AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911AB8 is #6EE547. Grayscale: #4F4F4F. Windows color (decimal): -7267656 or 12065425. OLE color: 12065425.

HSL color Cylindrical-coordinate representation of color #911AB8: hue angle of 285.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911AB8 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 145 26 184 -
CMYK 0.21 0.86 0 0.28
HSL 285.19º 0.75% 0.41% -
HSV(B) 285.19º 0.86% 0.72% -
XYZ 20.7 10.22 46.23 -
YUV 79.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 145 26 184 0.21 0.86 0 0.28 285.19 0.75 0.41
Hex 91 1A B8 15 56 0 1C 11D 4B 29
Octal 221 32 270 25 126 0 34 435 113 51
Binary 10010001 11010 10111000 10101 1010110 0 11100 100011101 1001011 101001

Color Harmonies of #911AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911AB8

Black with #911AB8

Text Example


Text Example

White with #911AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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