Html Css Color HEX #911CCF Dark Orchid

📋 copy color: '#911CCF'

red 145 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #911CCF

Tints of Dark Orchid #911CCF

RGB

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

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

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

R = 38.16%
G = 7.37%
B = 54.47%

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

#911CCF (or 0x911CCF) is known color: Dark Orchid. HEX triplet: 91, 1C and CF. RGB value is (145,28,207). Sum of RGB (Red+Green+Blue) = 145+28+207=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #911CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CCF is #6EE330. Grayscale: #525252. Windows color (decimal): -7267121 or 13573265. OLE color: 13573265.

HSL color Cylindrical-coordinate representation of color #911CCF: hue angle of 279.22º degrees, saturation: 0.76, 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 #911CCF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 28 207 -
CMYK 0.30 0.86 0 0.19
HSL 279.22º 0.76% 0.46% -
HSV(B) 279.22º 0.86% 0.81% -
XYZ 23.35 11.36 59.99 -
YUV 83.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 145 28 207 0.30 0.86 0 0.19 279.22 0.76 0.46
Hex 91 1C CF 1E 56 0 13 117 4C 2E
Octal 221 34 317 36 126 0 23 427 114 56
Binary 10010001 11100 11001111 11110 1010110 0 10011 100010111 1001100 101110

Color Harmonies of #911CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CCF

Black with #911CCF

Text Example


Text Example

White with #911CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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