Html Css Color HEX #911ECF Dark Orchid

📋 copy color: '#911ECF'

red 145 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #911ECF

Tints of Dark Orchid #911ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 37.96%
G = 7.85%
B = 54.19%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#911ECF (or 0x911ECF) is known color: Dark Orchid. HEX triplet: 91, 1E and CF. RGB value is (145,30,207). Sum of RGB (Red+Green+Blue) = 145+30+207=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #911ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ECF is #6EE130. Grayscale: #535353. Windows color (decimal): -7266609 or 13573777. OLE color: 13573777.

HSL color Cylindrical-coordinate representation of color #911ECF: hue angle of 278.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911ECF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 30 207 -
CMYK 0.30 0.86 0 0.19
HSL 278.98º 0.75% 0.46% -
HSV(B) 278.98º 0.86% 0.81% -
XYZ 23.4 11.45 60.01 -
YUV 84.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 145 30 207 0.30 0.86 0 0.19 278.98 0.75 0.46
Hex 91 1E CF 1E 56 0 13 117 4B 2E
Octal 221 36 317 36 126 0 23 427 113 56
Binary 10010001 11110 11001111 11110 1010110 0 10011 100010111 1001011 101110

Color Harmonies of #911ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ECF

Black with #911ECF

Text Example


Text Example

White with #911ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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