Html Css Color HEX #911EBC Dark Orchid

📋 copy color: '#911EBC'

red 145 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #911EBC

Tints of Dark Orchid #911EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 39.94%
G = 8.26%
B = 51.79%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#911EBC (or 0x911EBC) is known color: Dark Orchid. HEX triplet: 91, 1E and BC. RGB value is (145,30,188). Sum of RGB (Red+Green+Blue) = 145+30+188=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #911EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EBC is #6EE143. Grayscale: #515151. Windows color (decimal): -7266628 or 12328593. OLE color: 12328593.

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

Color convert

RGB 145 30 188 -
CMYK 0.23 0.84 0 0.26
HSL 283.67º 0.72% 0.43% -
HSV(B) 283.67º 0.84% 0.74% -
XYZ 21.22 10.58 48.5 -
YUV 82.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 145 30 188 0.23 0.84 0 0.26 283.67 0.72 0.43
Hex 91 1E BC 17 54 0 1A 11C 48 2B
Octal 221 36 274 27 124 0 32 434 110 53
Binary 10010001 11110 10111100 10111 1010100 0 11010 100011100 1001000 101011

Color Harmonies of #911EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EBC

Black with #911EBC

Text Example


Text Example

White with #911EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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