Html Css Color HEX #911CBC Dark Orchid

📋 copy color: '#911CBC'

red 145 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #911CBC

Tints of Dark Orchid #911CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 40.17%
G = 7.76%
B = 52.08%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#911CBC (or 0x911CBC) is known color: Dark Orchid. HEX triplet: 91, 1C and BC. RGB value is (145,28,188). Sum of RGB (Red+Green+Blue) = 145+28+188=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #911CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CBC is #6EE343. Grayscale: #505050. Windows color (decimal): -7267140 or 12328081. OLE color: 12328081.

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

Color convert

RGB 145 28 188 -
CMYK 0.23 0.85 0 0.26
HSL 283.88º 0.74% 0.42% -
HSV(B) 283.88º 0.85% 0.74% -
XYZ 21.17 10.48 48.48 -
YUV 81.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 145 28 188 0.23 0.85 0 0.26 283.88 0.74 0.42
Hex 91 1C BC 17 55 0 1A 11C 4A 2A
Octal 221 34 274 27 125 0 32 434 112 52
Binary 10010001 11100 10111100 10111 1010101 0 11010 100011100 1001010 101010

Color Harmonies of #911CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CBC

Black with #911CBC

Text Example


Text Example

White with #911CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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