Html Css Color HEX #911CAC Dark Orchid

📋 copy color: '#911CAC'

red 145 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #911CAC

Tints of Dark Orchid #911CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 42.03%
G = 8.12%
B = 49.86%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#911CAC (or 0x911CAC) is known color: Dark Orchid. HEX triplet: 91, 1C and AC. RGB value is (145,28,172). Sum of RGB (Red+Green+Blue) = 145+28+172=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #911CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911CAC is #6EE353. Grayscale: #4E4E4E. Windows color (decimal): -7267156 or 11279505. OLE color: 11279505.

HSL color Cylindrical-coordinate representation of color #911CAC: hue angle of 288.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911CAC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 28 172 -
CMYK 0.16 0.84 0 0.33
HSL 288.75º 0.72% 0.39% -
HSV(B) 288.75º 0.84% 0.67% -
XYZ 19.54 9.83 39.9 -
YUV 79.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 145 28 172 0.16 0.84 0 0.33 288.75 0.72 0.39
Hex 91 1C AC 10 54 0 21 121 48 27
Octal 221 34 254 20 124 0 41 441 110 47
Binary 10010001 11100 10101100 10000 1010100 0 100001 100100001 1001000 100111

Color Harmonies of #911CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CAC

Black with #911CAC

Text Example


Text Example

White with #911CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,172); }

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

background-color css

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

 a { background-color: rgb(145,28,172); }

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

border-color css

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

 span { border-color: rgb(145,28,172); }

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